Setting session timeout OIM 11G R2 PS3
This article will show you how to change session timeout for the Identity Self Service and Identity System Administration pages. The instructions I followed to change the session timeout are below Shut down all servers Modify $ORACLE_HOME/server/apps: oracle.iam.console.identity.self-service.ear oracle.iam.console.identity.sysadmin.ear It is highly recommended to back up these files. Copy these files to local machine and edit using 7zip Within these ear files only the web.xml needs to be modified. Given below is the full path to the web.xml: oracle.iam.console.identity.self-service.ear/oracle.iam.console.identity.self-service.war/WEB-INF/web.xml oracle.iam.console.identity.sysadmin.ear/oracle.iam.console.identity.sysadmin.war/WEB-INF/web.xml For both web.xml files, search for the session-timeout tag and place your desired value. The unit is in minutes. <session-config> <session-timeout>60</session-timeout> </session-confi...