Specifies an event type for a new HTTP session.
TOnSessionStartEvent = procedure (Sender: TIdHTTPSession) of object;
Parameters |
Description |
Sender |
The HTTP session triggering the event. |
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 TIdCustomHTTPServer and TIdHTTPSessionList to implement maintaining session state for TIdHTTPSessions instances.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|