Change session timeout in Control Tower
To change the default timeout of the user's session in Control Tower UI, do the following:
On the installation server (APP or INT), in
INSTALL_DIR/workfusion/conf/web.xml, in thesession-timeoutproperty, change the value (by default, 30 minutes):<session-config> <tracking-mode>COOKIE</tracking-mode> <session-timeout>30</session-timeout> </session-config>In
INSTALL_DIR/workfusion/conf/workfusion.properties, add the new property (by default, 30 minutes):checkSessionFilter.cache.expiredTimeout=30To apply the new setting, restart Control Tower by running the command:
wfmanager restart workfusion