Web.HTTPApp.TCustomWebSessionManager Events
InheritedProtected
OnAcquire | public | Event firing after a session is acquired to handle a request. |
OnCreated | public | Event firing after a new session is created. |
OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
OnIdGenerate | public | Event firing before a session ID is generated. |
OnIdStored | public | Event firing after a session ID is stored in response. |
OnRelease | public | Event firing before a session is released after handling a request. |
OnRemoved | public | Event firing after a session is removed. |
OnValidate | public | Event allowing to perform custom validation of a session ID. |