Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPCustomSessionList.OnSessionStart Event

Specifies the event handler for a terminating HTTP session.

Pascal
property OnSessionStart: TOnSessionStartEvent;
Parameters 
Description 
Sender 
HTTP session for the event notification. 

OnSessionStart is a TOnSessionStartEvent property that represents the event handler signalled when an HTTP session will be activated. OnSessionStart allows the session to notify its Owner (the session list) that it is has been created, and should be added to the session list. 

Applications must assign a procedure to the event handler to respond to the event notification. OnSessionStart normally receives the event handler procedure in the TIdCustomHTTPServer.OnSessionStart property when the HTTP server becomes active.

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.