Session Timeout

Scenario:

If a user quits a session by closing the browser instead of logging off, the session times out after a period of time, and the user name is removed from the Statistics page. You can change the number of minutes before the session times out by modifying timeout settings for your Web application server. Modify the web.xml file in HyperionPlanning.ear or HyperionPlanning.war.

Solution:

To change the session timeout setting:

  1. Open the web.xml file in HyperionPlanning.ear or HyperionPlanning.war.
  2. Modify the timeout setting and save your changes.

    For example, change the number 60 in the session-timeout setting to the number of minutes to use.

    To modify timeout settings, see the documentation for your Web application server.