StoreSessionKey - cWebApp
Called whenever a session key is stored by the Framework
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| sSessionKey | String | Session key being stored |
Syntax
Procedure StoreSessionKey String sSessionKey
Description
This procedure is called whenever a session key is stored by the Framework.
By default, the session key is stored in a cookie using the settings from the ghoWebSessionManager (psSessionCookieName, piSessionCookieTimeout, psSessionCookiePath). Overriding this procedure allows the developer to customize this behavior.