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.xml
file contained at the path<tomcat installation folder>/conf/web.xml
- Edit the
web.xml
file - Search the following line:
<session-timeout>30</session-timeout>
- Change the value
30
to the desired value, in minutes - Save the
web.xml
file and restart the Tomcat service