Skip to content

OnSessionPropertiesSet - cWebSessionManagerStandard

Triggered during the session validation or login operation at the point where properties holding session information can be set

Type: Event

Syntax

Procedure OnSessionPropertiesSet

Description

This event is triggered during the session validation or login operation at the point where properties holding session information can be set.

The WebAppSession and WebAppUser tables hold the correct record in the buffer when this event is called. Usually, you would read values from these tables here and put them in properties for easy access.

Web Properties can't be used yet in OnSessionPropertiesSet, because this is part of validating the session.