Web.HTTPApp.TCustomWebSessionManager Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnAcquirepublicEvent firing after a session is acquired to handle a request.
OnCreatedpublicEvent firing after a new session is created.
OnGetDeltaStreamsprotectedAllows a component to generate and provide a list of delta streams representing changes to the component's state.
OnIdGeneratepublicEvent firing before a session ID is generated.
OnIdStoredpublicEvent firing after a session ID is stored in response.
OnReleasepublicEvent firing before a session is released after handling a request.
OnRemovedpublicEvent firing after a session is removed.
OnValidatepublicEvent allowing to perform custom validation of a session ID.