Configuring session timeout periods

By default, client sessions are timed out after 30 minutes of inactivity. To change this value, you can edit the web.xml file. Increasing the session-timeout element to a higher value consumes additional memory. It is recommended not to increase to a high value.

Procedure

  1. Go to <Maximo_root>root>\applications\maximo\maximouiweb\webmodule\WEB-INF\web.xml.
  2. Find the session-config section and change the session-timeout element to a different value. For example, replacing 30 with 60 increases the timeout period from 30 minutes to 60 minutes.


Feedback