|  | Aqualogic Interaction API | |
| IPTCookieInfo.PutCookieInfo Method |
Set all the properties in one call.
void PutCookieInfo(
string bstrCookieName,
string bstrCookieValue,
XPDateTime dtExpires,
string bstrPath,
string bstrDomain,
bool bSecure
);
Parameters
-
bstrCookieName
- the name of the cookie.
-
bstrCookieValue
- the value of the cookie.
-
dtExpires
- expiration date and time.
-
bstrPath
- the cookie path.
-
bstrDomain
- the cookie domain.
-
bSecure
- true if cookie is secure (must be sent over SSL).
See Also
IPTCookieInfo Interface | com.plumtree.server Namespace