Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SessionTTL

TElHTTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies time-to-live for new sessions.

Declaration

[C#]
    int SessionTTL;

[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

Use this property to specify the TTL for new sessions, in milliseconds. The default value is 1800000 (30 minutes).

See also:     SessionCookieName    

Discuss this help topic in SecureBlackbox Forum