If you are using Tomcat as the application server, Semarchy xDM will log you out, by default, after 30 minutes.
You can follow this guide to customize the session timeout.
Instructions
- Back up the web.xmlfile contained at the path<tomcat installation folder>/conf/web.xml
- Edit the web.xmlfile
- Search the following line:<session-timeout>30</session-timeout>
- Change the value 30to the desired value, in minutes
- Save the web.xmlfile and restart the Tomcat service
