To configure session timeout for Identity Manager, follow the steps mentioned in the resolution.
Release : 14.5
Component : Identity Manager
----------------------------
This is the idle timeout for the Identity Manager sessions; the number of minutes before session is expired and user is prompted to enter their credentials. The default is 30 minutes.
The setting is in web.xml under..
...\iam_im.ear\user_console_war\WEB-INF
<session-config>
<!-- 30 minutes -->
<session-timeout>30</session-timeout>
</session-config>
----------------------------
This is the idle timeout for the Management Console, assuming authentication has been configured during installation; the number of minutes before session is expired and user is prompted to enter their credentials. The default is 30 minutes.
The setting is in web.xml under..
...\iam_im.ear\management_console.war\WEB-INF
<session-config>
<session-timeout>30</session-timeout>
</session-config>
1. Navigate to /opt/CA/VirtualAppliance/custom/IdentityManager/config directory.
2. Open session-timeout file for editing.
3. In the file, specify the numerical value representing the session timeout in minutes as shown below:
# This file holds the HTTP session timeout value used by Identity Manager User Console
# This file must contain a single line (except comments beginning with a "#") with a numeric value representing the session timeout in minutes 30
4. Restart the corresponding server for the changes to take effect.
If an SSO timeout is configured then we recommend changing the Session timeout the SSO session timeout value. For example : 150