Advanced Authentication Admin Console locks out to quickly displaying the following image. How to control the session timeout for the Advanced Authentication Admin Console.
Release: 9.x
Component: Admin console
Java based Admin GUI deployed under a Web Application Server such as Tomcat
Session Time Out not large enough and needs to be increased.
<session-config>
<session-timeout>1</session-timeout>
</session-config>
Note in the example in resolution above the session-timeout of "1" indicates that the session will expire in 1 minute. Hence the granularity of the session timeout is in minutes.