These settings are loced in {servoy_install}/server/conf/web.xml
These settings are loced in {servoy_install}/server/conf/web.xml
Find the area in the file that looks like below, and modify the session-timeout, then restart the server:
<!-- ==================== Default Session Configuration ================= --> <!-- You can set the default session timeout (in minutes) for all newly --> <!-- created sessions by modifying the value below. --> <session-config> <session-timeout>30</session-timeout> </session-config>