Discuss this help topic in SecureBlackbox Forum
Specifies the SAML session time-to-live.
Declaration
[VB.NET]
Property SAMLSessionTTL As Integer
[Pascal]
property SAMLSessionTTL : integer;
[C++]
int32_t get_SAMLSessionTTL();
void set_SAMLSessionTTL(int32_t Value);
[PHP]
integer get_SAMLSessionTTL()
void set_SAMLSessionTTL(integer $Value)
[Java]
int getSAMLSessionTTL();
void setSAMLSessionTTL(int Value);
Description
Use this property to specify the timeout (SessionNotOnOrAfter) of the AuthnStatement issued by this IdP.
The default value is 7200000 (2 hours).
Discuss this help topic in SecureBlackbox Forum