Discuss this help topic in SecureBlackbox Forum
Specifies the TTL of the session.
Declaration
[VB.NET]
Property SessionTTL As Integer
[Pascal]
property SessionTTL : integer;
[C++]
int32_t get_SessionTTL();
void set_SessionTTL(int32_t Value);
[PHP]
integer get_SessionTTL()
void set_SessionTTL(integer $Value)
[Java]
int getSessionTTL();
void setSessionTTL(int Value);
Description
This property specifies the value of the session time-to-live (TTL).
The default value is 60000 (10 min).
Discuss this help topic in SecureBlackbox Forum