17 Configuring Web Application
As an Oracle Financial Services Administrator, you can customize features in the Web Application UI. This chapter contains information about configuring session time out.
Configuring the Session Timeout Setting
As an Oracle Financial Services Administrator, you can set the inactive web application users to automatically log off by setting the number of minutes that a user can remain inactive. This results in an automatic user log-off that terminates the user's session.
For more information on how to set the duration before logout for inactive sessions, see the Oracle Financial Services Analytical Applications Infrastructure User Guide.
Configuring the Session Timeout Setting for Admin Tools
As Oracle Financial Services Administrator, you can optionally log off inactive Web Application users by establishing a set number of minutes that a user can remain inactive. This results in an automatic user log-off that terminates the user’s session.
- Open the web.xml file associated with the WebLogic or WebSphere application.
- You can find this file in the WEB-INF directory under each Web application in the Oracle Financial Services installation.
- Modify the XML code within the file that contains <session-config>inits <session-descriptor>entry.
- Do this by setting the <session-timeout>part of the entry so that the number of minutes equals the current quantity of minutes of inactivity that result in a log off.
- Save the changes.
- After setting the parameter to 30 minutes, the edited XML code should look
similar to the
following:
<session-config> <session-timeout>30</session-timeout> </session-config>