wwScriptingHttpResponse::AddCookie

Adds a Cookie to the HTTP header

o.AddCookie(tcCookie,tcValue,tcPath,tcExpire)

Parameters

tcCookie
Name of the cookie

tcValue
The value of the cookie

tcPath
Optional - Path of the cookie. Default: /

tcExpire
The expiration of the cookie as a Mime Date time or a Date Time value

See also