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:
Shut down Oracle Hyperion Performance Scorecard, Fusion Edition.
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.
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>
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>