During operation of CA PAM SC or PIM it may be desirable to adjust the session timeout so that even if it is left iddle for a certain time, the user doing the session is not logged out and reauthentication is required
The present article discusses how to do this
CA PAM SC 14.X and CA PIM all supported versions up to the writing of this document
By default , the value is set to 30 minutes. Let's assume we need it to be increased to 2 hours (120 minutes)
The procedure for doing this is as follows
<JBOSS_HOME>\server\default\deploy\IdentityMinder.ear\user_console.war\WEB-INF and open the WEB.xml file in edit mode.
(<JBOSS_HOME>/server/default/deploy/IdentityMinder.ear/user_console.war/WEB-INF/WEB.xml on Unix/Linux platform)
<session-timeout>120</session-timeout>
</session-config>
<JBOSS_HOME>\jboss-4.2.3.GA\server\default\tmp & <JBOSS_HOME>\jboss-4.2.3.GA\server\default\work on Windows
(<JBOSS_HOME>/server/default/tmp & <JBOSS_HOME>/server/default/work on Unix/Linux platform)