Internet Direct (Indy) Version 9.0.2 Beta
TOnSessionStartEvent
Specifies an event type for a new HTTP session.

TOnSessionStartEvent = procedure (Sender: TIdHTTPSession) of object;
Description
TOnSessionStartEvent is an event type used to signal that an HTTP session will be created and added to the Indy session list. TOnSessionStartEvent is used by TIdHTTPServer and TIdHTTPSessionList to implement maintaining session state for TIdHTTPSessions.