Function CSPSetCookie::operator =()

Description:
Sets the value of the outgoing cookie.

Prototype:
void operator =(const CSPString& strValue);

Arguments:
  • const CSPString& strValue [IN]
    The value of the cookie.



Return value:
No return value (void).

Examples:
Response.Cookies( "mycookie" ) = "butter cookie";
CSPSetCookie | Intrinsic objects and classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd