Skip to content

$session

$session is a session object that manages arbitrary data during a session. The scope is the duration of the session. Arbitrary properties can be added and retrieved as well as parameters.

Session Duration

For authentication applications
Session duration depends on whether "Remember Me" is checked or not.

If checked, the maximum session duration is 14 days.
If not checked, the maximum session duration is 8 hours.

For unauthenticated applications
The duration of a session can be up to 24 hours from the time the application is displayed. However, even within the duration of the session, it becomes invalid when the browser is closed.