Sets the domain name of the specified cookie object.
Syntax
setDomain( cookie , domain )
cookie.setDomain( domain )
Parameters
cookie
|
a cookie object to use.
|
domain
|
the domain name to use.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
cookie.setDomain( domain )
|