- 08 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Global Configuration – Session Management
- Mis à jour le 08 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
The SERVERS > Global Configuration > Session Management tab contains global configuration settings for the management of interactive administrative sessions.
Field name | Description |
---|---|
Administration Session | |
Max. Concurrent Sessions | The maximum number of interactive administrative sessions allowed to run at one time. Default value: 200 |
Limit Concurrent Sessions per User | Determines if the number of interactive administrative sessions should be limited per user. Default value: Disabled |
Max. Concurrent Sessions per User | The maximum number of interactive administrative sessions allowed to run at one time for a particular user. Must be equal or greater than Max. Concurrent Sessions. This option is only available if you enable Limit Concurrent Sessions per User. Possible values: 1–999 Default value: 1 |
If Concurrent Sessions per User Exceed Limit | This option specifies what should happen when a new session is initiated but the number of concurrent sessions for a particular user exceeds the limit given by Max. Concurrent Sessions per User. This option is only available if you enable Limit Concurrent Sessions per User. Possible values:
Default value: Invalidate oldest session |
Max Session Time | The maximum time span an interactive administration session is allowed to run. This value is given in seconds. When the session time expires the session will automatically log off. The lower the value, the lower Max Concurrent Sessions can be set. Default value: 86400 |
Idle Timeout | The time span before the session logs off when it is not being used. This value is given in seconds. Default value: 900 If you want the timeout to exceed 1,200 seconds and you are using Apache Tomcat, you need to adapt the <session-timeout> setting in web.xml. If you are running Web Administration Service on the embedded Apache Tomcat, this file is located in %PROGRAMFILES%\VASCO\IAS Web Administration\webapps\ROOT\WEB-INF on Windows, and in /opt/vasco/iaswas/webapps/ROOT/WEB-INF on Linux.
The default value of the <session-timeout> setting is 20 (in minutes). |