Set the property file for the FILE-based authentication as follows:
<init-param>
<param-name>asgAuthPropFile</param-name>
<param-value>Path to the user credentials file</param-value>
</init-param>
Set the timeout value for the login session of the user on the Config UI as follows:
<session-config>
<session-timeout>An integer value in minutes</session-timeout>
</session-config>
Save the changes to the file.
Note:
If the configuration is of the authentication type, the authentication property file and session timeout parameters are done in both the asg-configui.tra and
web.xml files. The asg-configui.tra file has the precedence over the
web.xml file.
If you want to use the
web.xml for configuring the session timeout, remove the ASGSessionTimeOut property from the asg-configui.tra file.