Internet Direct (Indy)
Home
PreviousUpNext
TOnSessionEndEvent Type

Specifies an event type for a terminating HTTP session.

Pascal
TOnSessionEndEvent = procedure (Sender: TIdHTTPSession) of object;
Parameters 
Description 
Sender 
The HTTP session triggering the event. 

TOnSessionEndEvent is an event type used to signal that an HTTP session will be removed from the Indy session list. 

TOnSessionEndEvent 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.