|  | Aqualogic Interaction API | |
| IPTSSOInfo.AddSecureSessionCookie Method |
Adds a single cookie.
void AddSecureSessionCookie(
string bstrCookieName,
string bstrCookieValue,
XPDateTime dtExpires,
string bstrPath,
string bstrDomain,
bool bSecure
);
Parameters
-
bstrCookieName
- cookie name
-
bstrCookieValue
- cookie value
-
dtExpires
- cookie expiration
-
bstrPath
- cookie path
-
bstrDomain
- cookie domain
-
bSecure
- whether cookie is sent over https only
See Also
IPTSSOInfo Interface | com.plumtree.server Namespace