Start a new topic
Answered

Session timeout settings

Where are Session Timeout Settings in Semarchy xDM?


Best Answer

The Session Timeout Setting can be found in the web.xml. The web.xml file is located in the <tomcat_dir>/conf directory.  

Here is a sample of the session-config. The value is set in minutes. 

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


1 Comment

Answer

The Session Timeout Setting can be found in the web.xml. The web.xml file is located in the <tomcat_dir>/conf directory.  

Here is a sample of the session-config. The value is set in minutes. 

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



						
Login to post a comment