Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SSLSessionPool

TElHTTPSServer     See also     


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


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

Declaration

[C#]
    TElSessionPool SSLSessionPool;

[VB.NET]
    Property SSLSessionPool As TElSessionPool

[Pascal]
    property SSLSessionPool : TElSessionPool;

[C++]
    TElSessionPool* get_SSLSessionPool();
    void set_SSLSessionPool(TElSessionPool &Value);
    void set_SSLSessionPool(TElSessionPool *Value);

[PHP]
    TElSessionPool get_SSLSessionPool()
    void set_SSLSessionPool(TElSessionPool $Value)

[Java]
    TElSessionPool getSSLSessionPool();
    void setSSLSessionPool(TElSessionPool Value);

Description

    This property defines the storage where TElHTTPSServer should save information about established sessions. You can use many TElHTTPSServer 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