Events for cWebSessionManagerStandard
View event list in alphabetical order.
| Name | Description | Defining Class |
|---|---|---|
| OnSessionPropertiesClear | Triggered before the session validation and is the point where properties holding session information should be cleared | cWebSessionManagerStandard |
| OnSessionPropertiesSet | Triggered during the session validation or login operation at the point where properties holding session information can be set | cWebSessionManagerStandard |
Inherited Events from cObject
| Name | Description | Defining Class |
|---|---|---|
| Construct_Object | Object constructor. | cObject |
| Destroy_Object | Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. | cObject |
| End_Construct_Object | End of object constructor. | cObject |