Symantec Access Management

  • 1.  Increase WAMUI ideal timeout Values

    Posted Oct 11, 2013 11:30 AM

    Hello All,

    This article would help you to increase the ideal timeout values for WAMUI any version, by default WAMUI ideal timeout value is set as 30 mins, to increase the value of ideal timeout to value you want to set go to below location:

    C:\Program Files (x86)\adminui\SiteMinder\adminui\server\default\deploy\iam_siteminder.ear\user_console.war\WEB-INF\web.xml

    and modify the

    <session-config>
    <!-- 30 minutes -->
    <session-timeout>30</session-timeout>
    </session-config> <session-config>


    Hope this helps.

    Regards
    Vikas Tiwari



  • 2.  RE: Increase WAMUI ideal timeout Values

     
    Posted Oct 11, 2013 06:25 PM
    Thanks for the tip Vikas1


    tiwvi01 wrote:

    Hello All,

    This article would help you to increase the ideal timeout values for WAMUI any version, by default WAMUI ideal timeout value is set as 30 mins, to increase the value of ideal timeout to value you want to set go to below location:

    C:\Program Files (x86)\adminui\SiteMinder\adminui\server\default\deploy\iam_siteminder.ear\user_console.war\WEB-INF\web.xml

    and modify the

    <session-config>
    <!-- 30 minutes -->
    <session-timeout>30</session-timeout>
    </session-config> <session-config>


    Hope this helps.

    Regards
    Vikas Tiwari


  • 3.  RE: Increase WAMUI ideal timeout Values

    Posted Feb 27, 2014 06:07 PM

    By setting it to zero, will it mean disable the idle time out?



  • 4.  Re: Increase WAMUI ideal timeout Values

    Posted Apr 22, 2015 09:31 PM

    A confusing location is here, need to pay attention

    Wrong:

    c:\Program Files (x86)\CA\siteminder\adminui\server\default\deploy\iam_siteminder.ear\management_console.war\WEB-INF\web.xml

     

    Should be:

    c:\Program Files (x86)\CA\siteminder\adminui\server\default\deploy\iam_siteminder.ear\user_console.war\WEB-INF\web.xml



  • 5.  Re: Increase WAMUI ideal timeout Values

    Posted May 15, 2015 01:12 AM

    After upgrading the Admin UI, this web.xml need to be changed again.