Session Time-Out

The default session time-out is 30 minutes. That is the number of minutes that a session can remain idle before the server terminates it automatically. If the user does not refresh or request a page within the session time-out period, the session ends and the user has to log in again in order to use the application.

If you have access to the application server, you can change the default session time-out. To do so:

 

JBoss Users:

  1. Navigate to the JBoss application server location.

  2. Open web.xml located inside server/default/deployers/jbossweb.deployer.

  3. Locate the following text:

  4. The numeric value in the highlighted line specifies the number of minutes that a session can remain idle before the server terminates it automatically. Modify the value to reflect the amount of minutes you want to allow a session to remain idle before the server terminates it.

  5. Save the changes.

  6. Restart the application server.