Discuss this help topic in SecureBlackbox Forum
This event is fired when a new session has been created.
Declaration
Parameters
- SessionID - specifies the ID of the new session.
- SessionInfo - the object containing session info.
- FreeOnRelease - Set this parameter to true to have TElSSLServer release the session object once the session terminates, or to false if you intend to release the session object yourself when needed.
- pSessionID - specifies the ID of the new session.
- szSessionID - the length of pcSessionID.
Description
This event is fired by TElSSLServer when a new session has been created and added to the session pool.
Discuss this help topic in SecureBlackbox Forum