5.10. Web Session Timeout

The idle timeout timer allows administrators to control the amount of sessions opened at any given time when users don't properly log their sessions out using the top right account menu.
To set the timer, the wt_config.xml file, located inside C:\Program Files (x86)\ChronoScan\Bin, must be edited. The <idle-timeout>180</idle-timeout> line must be edited to set the desired length of time for the timer.
 
<server>
<application-settings location="*">
<session-management>
    <idle-timeout>180</idle-timeout>
</session-management>
</application-settings>
</server>
 
Once idling is detected, the session will be closed after the timer runs out. The users will receive a dialogue box that allows them to prevent their session from being disconnected.
 
 
This is what a typical wt_config.xml file looks like with the idle timeout enabled: