Function CSPSetCookie::operator =()

Description:
Sets the value of the outgoing cookie.

Micronovae 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

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