Returns the expiration date of the specified cookie object.
Syntax
getExpires( cookie )
cookie.getExpires( )
Parameters
cookie
|
a cookie object to use.
|
Returns
long
|
the expiration date, in number of milliseconds since January 1, 1970 00:00:00 GMT.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
domain = cookie.getDomain( )
|