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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |