Indy 9
TOnSessionEndEvent
See Also, Unit: IdCustomHTTPServer
Specifies an event type for a terminating HTTP session.
TOnSessionEndEvent = procedure (Sender: TIdHTTPSession) of object;
Unit
IdCustomHTTPServer
Parameters
Sender
The HTTP session triggering the event.
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.