How to adjust adminUI session idle timeout.
By default , the value is set to 30 minutes.
For this example, the session timeout will be increased to 2 hours.
- Stop SiteMinder Administrative UI
Go to:
<AdminUI_Install_direcotry>\standalone\deployments\iam_siteminder.ear\user_console.war\WEB-INF\WEB.xml
- Change the below session timeout value from 30 to 120.
<session-config>
<!-- 30 minutes -->
<session-timeout>120</session-timeout>
- Delete following directories
<AdminUI_Install_direcotry>\standalone\data
<AdminUI_Install_direcotry>\standalone\tmp
- Start SiteMinder Administrative UI