How to adjust ENTM session idle timeout?
For example, session timeout can be increased to 2 hours.
By default , the value is set to 30 minutes.
1. Stop Jboss
2. Go to:
C:\Apps\CA\jboss-4.2.3.GA\server\default\deploy\IdentityMinder.ear\user_console.war\WEB-INF and open the WEB.xml file in edit mode.
(/opt/jboss-4.2.3.GA/server/default/deploy/IdentityMinder.ear/user_console.war/WEB-INF/WEB.xml on Unix/Linux platform)
3. Change the below session timeout value from 30 to 120.
<session-config>
<session-timeout>120</session-timeout>
</session-config>
4. Delete following directory
C:\Apps\CA\jboss-4.2.3.GA\server\default\tmp & C:\Apps\CA\jboss-4.2.3.GA\server\default\work on Windows
(/opt/jboss-4.2.3.GA/server/default/tmp & /opt/jboss-4.2.3.GA/server/default/work on Unix/Linux platform)
5. Start JBOSS