Web.HTTPApp.TWebSessionManager Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnAcquirepublishedEvent firing after a session is acquired to handle a request.
OnCreatedpublishedEvent 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.
OnIdGeneratepublishedEvent firing before a session ID is generated.
OnIdStoredpublishedEvent firing after a session ID is stored in response.
OnReleasepublishedEvent firing before a session is released after handling a request.
OnRemovedpublishedEvent firing after a session is removed.
OnValidatepublishedEvent allowing to perform custom validation of a session ID.