Discuss this help topic in SecureBlackbox Forum

TElSSLServer.SessionPool

TElSSLServer     See also     


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


Specifies the session pool where information about established sessions is stored.

Declaration

[C#]
    TElSessionPool SessionPool;

[VB.NET]
    Property SessionPool As TElSessionPool

[Pascal]
    property SessionPool : TElSessionPool;

[C++]
    TElSessionPool* get_SessionPool();
    void set_SessionPool(TElSessionPool &Value);
    void set_SessionPool(TElSessionPool *Value);

[PHP]
    TElSessionPool get_SessionPool()
    void set_SessionPool(TElSessionPool $Value)

[Java]
    TElSessionPool getSessionPool();
    void setSessionPool(TElSessionPool SessionPool);

Parameters

  • SessionPool -

Description

    This property defines the storage where TElSSLServer should store information about established sessions. You can use many TElSSLServer components to access one TElSessionPool object. Session pool is used to let the clients join and resume sessions.

See also:     TElSessionPool    

Discuss this help topic in SecureBlackbox Forum