Bundles
To configure the login session idle time or maximum session time through the bundles:
- Go to the deploy.properties file in install folder
- Edit the file
- Uncomment security.max.idle.time property and set the value.
- Uncomment security.max.session.time property set the value.
- Re-configure primary Security bundle and Core/Composition bundles on each node in the cluster.
Both properties are optional and do not have to be changed together. The commented property remains default value.
The Maximum Idle Time attribute accepts a value (in minutes) equal to the maximum amount of time of inactivity before a session expires and the user must reauthenticate. Enter a value of 1 or higher, the default is 30.
The Maximum Session Time attribute accepts a value (in minutes) equal to the maximum number of minutes that a session can remain active before a user is required to re-authenticate, the default is 480.
Note: A recommendation to balance security and convenience requirements would be to set the “Max
Session Time” interval to a relatively higher value, and the “Max Idle Time” interval to a
lower value.