UpdateSessionProperties - cWebSessionManagerStandard
Called when validating a session and after logging in to update properties based on the session and user data
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| bClear | Boolean | If True, the procedure is called to clear the properties (before validating a session). |
Syntax
Procedure UpdateSessionProperties Boolean bClear
Call Example
Send UpdateSessionProperties bClear
Description
This procedure is called when validating a session and after logging in. Its purpose is to update properties based on the session and user data.
It sets the standard session properties (psLoginName, psUserName, piUserRights) and triggers the OnSessionPropertiesSet and OnSessionPropertiesClear events.
Note that the WebAppUser and WebAppSession tables contain the correct records when this procedure is called.