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