Indy 9
TOnSessionStartEvent
See Also, Unit: IdCustomHTTPServer
Specifies an event type for a new HTTP session.
TOnSessionStartEvent = procedure (Sender: TIdHTTPSession) of object;
Unit
IdCustomHTTPServer
Parameters
Sender
The HTTP session triggering the event.
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.