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:
Open the
ALMConfiguration.xml file located at
C:\Program Files\Micro Focus\Atlas Planning and Tracking Suite\WebServer\shared\lib\.
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>