EldoS
Navigation
Web site
Support
Table Of Contents

TElSessionPool class

Properties     Methods     Declared in     Licensing    


 

TElSessionPool is needed to store information about sessions established by TElSecureServer instances.

 
 

Description

    TElSessionPool is used to store information about secure sessions established by TElSecureServer instance. It is needed to increase the speed of re-connections by the same client (using the same session parameters). Re-establishing the old session is much faster than creating new session.
    As the new secure session is established by server, it's parameters are added to the TElSessionPool. When the same client tries to connect again using Resume or Join method, the server searches for session parameters in TElSessionPool and restores the session.
    The client may re-establish the session that had not been closed yet. So, the client doesn't have to wait for already opened session to close to make new secure connections to server with same session parameters.     Set the Timeout property to define the session lifetime. If the session was not re-established for this period of time (in milliseconds), it will be deleted from the TElSessionPool. Use the Interval property to set the timer tick interval. That means, that information about sessions will be refreshed every Interval milliseconds. Set the MaxCount property to specify, how much sessions the TElSessionPool should remember. If the session count exceeds the limit, the oldest sessions will be deleted.

 
 

Properties

  • Timeout
  • Interval
  • MaxCount
 
 

Methods

  • Constructor
  • Destructor
 
 

Declared in

.NET:

  • Namespace: SBSessionPool
  • Assembly: SecureBlackbox.SSLServer
VCL:
  • Unit: SBSessionPool
ActiveX/DLL:
  • SBB 5 interface module: SSLBBoxSrv.dll
  • SBB 6 interface module: SSLBBoxSrv6.dll
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: SSLBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional

VCL: SSLBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional

ActiveX/DLL: SSLBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation