Returns the GMT string representation of the expiration date of the specified cookie object.
Syntax
expires( cookie )
cookie.expires( )
Parameters
cookie
|
a cookie object to use.
|
Returns
string
|
the GMT string representation of the specified cookie object's expiration date.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
dt = cookie.expires( )
|