Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SessionManager

TElHTTPSServer     See also     


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


Contains information about OAuth sessions.

Declaration

[C#]
    TElHTTPCustomSessionManager SessionManager;

[VB.NET]
    Property SessionManager As TElHTTPCustomSessionManager

[Pascal]
    property SessionManager : TElHTTPCustomSessionManager;

[C++]
    TElHTTPCustomSessionManager* get_SessionManager();
    void set_SessionManager(TElHTTPCustomSessionManager &Value);
    void set_SessionManager(TElHTTPCustomSessionManager *Value);

[PHP]
    TElHTTPCustomSessionManager get_SessionManager()
    void set_SessionManager(TElHTTPCustomSessionManager $Value)

[Java]
    TElHTTPCustomSessionManager getSessionManager();
    void setSessionManager(TElHTTPCustomSessionManager Value);

Description

This property is used by OAuth 2.0 server to keep information about client sessions.

See also:     CurrentSession     OnSessionCreate     OnSessionDestroy     Set up OAuth session manager    

Discuss this help topic in SecureBlackbox Forum