Variable CSPResponse::Cookies
Description:
Contains the cookies to be sent to the client.
 |
Prototype
CSPSetCookieSet Cookies;
Remarks:
See class CSPSetCookieSet.
Examples:
Response.Cookies( "MyCookie" ) = "Chocolate chips"; Response.Cookies( "MyCookie" ).Expires.SetDate( 1, 1, 2030 );
|
|