Session
Definition
Some parameters about users sessions can be configured by tenant.
Configuration
You can access the Session configuration :
by clicking on "Access" → “Session”
by clicking on "System" → "Configurations" → "Access Service" and perform an import/export.
Properties
Property name | Type | Mandatory | Description | Values (default value in bold) |
---|---|---|---|---|
timeout |
| NO | Maximum time a session can remain valid before requiring the user to authenticate again. | PT10H |
idleTimeout |
| NO | Maximum time a session can remain idle before requiring the user to authenticate again. | PT10H |
maxSessions |
| NO | Maximum number of sessions allowed for a user | 2 |
Example
<maiaamcp:SessionConfiguration>
<timeout>PT10H</timeout>
<idleTimeout>PT10H</idleTimeout>
<maxSessions>2</maxSessions>
</maiaamcp:SessionConfiguration>