Discuss this help topic in SecureBlackbox Forum
Specifies session timeout.
Declaration
[VB.NET]
Property SessionTimeout As Integer
[Pascal]
property SessionTimeout: Integer;
[C++]
int32_t get_SessionTimeout();
void set_SessionTimeout(int32_t Value);
[PHP]
integer get_SessionTimeout()
void set_SessionTimeout(integer $Value)
[Java]
int getSessionTimeout();
void setSessionTimeout(int Value);
Description
Specifies maximum time of inactivity (in milliseconds) after which session is expired.
If this property value is 0, the session will never become expired.
Default value is 0.
Discuss this help topic in SecureBlackbox Forum