Variable CSPSetCookie::Expires

Description:
The date and time that the cookie expires.

Micronovae Prototype
CSPDateTime Expires;

Remarks:
If no date and time is set, the cookie is temporary, which means that the cookie is discarded when the client closes the browser.

Examples:
Response.Cookies( "mycookie" ).Expires.SetDate( 1,1,2010 );
CSPSetCookie | Intrinsic objects and classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com