Skip to main content
Skip table of contents

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

String

NO

Maximum time a session can remain valid before requiring the user to authenticate again.

PT10H

idleTimeout

String

NO

Maximum time a session can remain idle before requiring the user to authenticate again.

PT10H

maxSessions

Integer

NO

Maximum number of sessions allowed for a user

2

Example

XML
  <maiaamcp:SessionConfiguration>
    <timeout>PT10H</timeout>
    <idleTimeout>PT10H</idleTimeout>
    <maxSessions>2</maxSessions>
  </maiaamcp:SessionConfiguration>

Read Next

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.