Configuring the Session Timeout

You can automatically configure the application session time out, if you want to. These settings are not included by default so you may need to add the whole following section.

To add/change the default session timeout:

  1. Open the ALMConfiguration.xml file located at C:\Program Files\Micro Focus\Atlas Planning and Tracking Suite\WebServer\shared\lib\.
  2. Find the <inactivity> element within the <timeouts> element. If it doesn't exist then add one under the configuration element.
    <timeouts> 
       <session>
          <!-- Session inactivity mins before session is closed -->
          <inactivity>60</inactivity>
          <!-- Session maximum mins before session is closed -->
          <maximum>600</maximum>
    
  3. Change the value of inactivity, in minutes.
  4. Save and close the file.