Increasing Session Time-out

You can modify the session time-out setting to extend the amount of time the application allows to elapse before prompting you to log on again.

  To extend the default time-out:

  1. Shut down Oracle Hyperion Performance Scorecard, Fusion Edition.

  2. From Install\Middleware\user_projects\epmsystem1\domains\EPMSystem\servers\HPSWebReports \tmp\_WL_user\HPSWebReports_11.1.2.0\ji0xwy\war\WEB-INF, open web.xml.

  3. Modify the default value of 30 (minutes) in the code below as needed to increase the session time-out.

    <session-config>
    <session-timeout> 30 </session-timeout>
    </session-config>
  4. Modify the default value of 60 (minutes) in the code as required to increase or decrease the time-out token:

    <token>

    <timeout> 60 </tieout>
    </token>
  5. Save and close the file.

  6. Restart the application server and Performance Scorecard.