Internet Direct (Indy) Version 9.0.2 Beta
TOnSessionEndEvent
Specifies an event type for a terminating HTTP session.

TOnSessionEndEvent = procedure (Sender: TIdHTTPSession) of object;
Description
TOnSessionEndEvent is an event type used to signal that an HTTP session will be removed from the Indy session list. TOnSessionEndEvent is used by TIdHTTPServer and TIdHTTPSessionList to implement maintaining session state for TIdHTTPSessions.