Used to indicate the expiration date of the specified response object.
Syntax
expires( response )
response.expires( )
Parameters
response
|
the response 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
expires = Response( ).expires( )
Syntax
expires( response , long )
response.expires( long )
Parameters
response
|
the response object to use.
|
long
|
the expiration date, in number of milliseconds since January 1, 1970 00:00:00 GMT.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response.expires( dt )
|