Login

Recover Your Password

Return to Product Support > Learning Center > Developer References > Legacy Deprecated API > WriteStreamCookie

WriteStreamCookie

Syntax


Call ccLib.WriteStreamCookie( CookieName, CookieValue, Optional DateExpires, Optional Domain, Optional Path, Optional Secure )


Parameters


CookieName ? Name of the cookie


CookieValue ? Value for the cookie


DateExpires ? Expiration date of the cookie. If omitted, the cookie will not expire.


Domain ? The domain. If omitted, the current domain will be used. Note that domains and paths are case sensitive.


Path ? The cookie path. If omitted, the Contensive AppRootPath will be used. Note that domains and paths are case sensitive.


Secure ? If true, the cookie is marked as secure

This page was last reviewed 4/4/2009 11:58:01 AM