TScHttpServer
property AfterSessionDisconnect: TScSessionEvent;
type
TScSessionEvent = procedure(Sender: TObject; ServerConnection: TScSSLServerConnection) of object;
Description
Occurs after any connection to the HTTPS client has been closed.