Skip to main content
Version: 9.5.x

Session Manager

caution

This service can be considered as deprecated in those projects that adopt Auth0 as an identity provider.

The Session Manager microservice manages the users session within the platform, saving the information in session and managing Cookies and JSON Web Tokens.

The Session Manager also collaborates with the user management services for the authentication part. The control that this microservice does is currently quite sophisticated and the logical expression evaluates more parameters:

  1. the group, a variable that identifies the group to which the caller belongs. The group must be written as "group-group". For more information see the following link.

  2. isBackOffice, a Boolean variable that evaluates whether the call comes from the Back-Office or not.

  3. clientType, which identifies where the call comes from (ex CMS, site, ...).