Discuss this help topic in SecureBlackbox Forum
Specifies whether SAML session cookie is set.
Declaration
[VB.NET]
Property SAMLCookieSet As Boolean
[Pascal]
property SAMLCookieSet : boolean;
[C++]
bool get_SAMLCookieSet();
void set_SAMLCookieSet(bool Value);
[PHP]
bool get_SAMLCookieSet()
void set_SAMLCookieSet(bool $Value)
[Java]
boolean getSAMLCookieSet();
void setSAMLCookieSet(boolean Value);
Description
This property indicates whether the session cookie is set. The default value is false.
Discuss this help topic in SecureBlackbox Forum