%ZEN.SessionEvents
deprecated class %ZEN.SessionEvents extends %CSP.SessionEvents
CSP session event handler for Zen.Method Inventory
Methods
Called when a session that was in CSP application oldapp is now going to run a page in
CSP application newapp. If this returns an error value then instead of running the
page in the new application it will redirect to the error page (error page looked up from old application).
classmethod OnEndSession()
Called when the session is about to be deleted.
classmethod OnStartSession()
Called when a new session is created and its values are initialised.
classmethod OnTimeout()
Called when the CSP Daemon times out out this session.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- OnEndRequest()
- OnLogin()
- OnLogout()
- OnStartRequest()