Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SessionCookieName

TElHTTPSServer     See also     


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


Specifies cookie name for new sessions.

Declaration

[C#]
    string SessionCookieName;

[VB.NET]
    Property SessionCookieName As String

[Pascal]
    property SessionCookieName : string;

[C++]
    void get_SessionCookieName(std::string &OutResult);
    void set_SessionCookieName(const std::string &Value);

[PHP]
    string get_SessionCookieName()
    void set_SessionCookieName(string $Value)

[Java]
    String getSessionCookieName();
    void setSessionCookieName(String Value);

Description

Use this property to specify cookie name which will be used by new sessions. The default value is 'SECUREBLACKBOXSESSION'.

See also:     SessionTTL    

Discuss this help topic in SecureBlackbox Forum