Specifies the event handler for a terminating HTTP session.
property OnSessionEnd: TOnSessionEndEvent;
Description
OnSessionEnd is a TOnSessionEndEvent property that represents the event handler signalled when an HTTP session will be terminated. Applications must assign a procedure to the event handler to respond to the event notification.