Returns a new cookie object set to the specified value.
Syntax
Cookie( cookie )
Cookie( name , value )
Parameters
cookie
|
a cookie object to use.
|
name
|
the name of the cookie.
|
value
|
the value of the cookie.
|
Returns
cookie
|
the new cookie object.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
cookie = Cookie( name, value )
|