Discuss this help topic in SecureBlackbox Forum
Specifies SAML session cookie name.
Declaration
[C#]
string SAMLSessionCookieName;
[VB.NET]
Property SAMLSessionCookieName As String
[Pascal]
property SAMLSessionCookieName : string;
[C++]
void get_SAMLSessionCookieName(std::string &OutResult);
void set_SAMLSessionCookieName(const std::string &Value);
[PHP]
string get_SAMLSessionCookieName()
void set_SAMLSessionCookieName(string $Value)
[Java]
String getSAMLSessionCookieName();
void setSAMLSessionCookieName(String Value);
Description
Use this property to specify SAML session cookie name.
The default value is 'SBBSAMLSESSION'.
Discuss this help topic in SecureBlackbox Forum