Skip to main content

User sessions

When a user connects to a Qodly application, a user session is automatically opened on the Qodly server to manage their access with regards to their privileges. A session cookie is generated.

The session automatically gets privileges according to the Profile associated to the user in the console.

The Qodly developer can also handle a user session through the Session class. For example, you can get the list of privileges associated to the session using the getPrivileges() function, or store user information in the session's storage property.

info

A Qodly user session never expires, however the parent Amazon Cognito session expires after one week of inactivity.