Variable CSPResponse::Expires
Description:
Contains the expiration date and time of the page.
 |
Prototype
CSPDateTime Expires;
Remarks:
You should use this varible before any data is sent to the client.
Examples:
Response.Expires.SetDate( 1,1,2010 ); Response.Expires.SetTime( 12, 30, 0 );
|
|