Increase session idle timeout
TMS automatically logs you out after a period of inactivity in order to protect your account. You can change the length of time before TMS considers you to be inactive. This change will affect all users of the TMSWeb system, both employees and supervisors alike.
It is best if you ask your IT department to assist with this
1) Locate the TMS website root folder. Usually this would be found on the web server in the folder C:\inetpub\wwwroot\TMS
2) Open web.config in notepad. You may have a folder called web.config with a web.config file in it. This is a default copy that isn't used by the system.
3) Locate the section below and change the "timeout" value. This is in minutes.
<authentication mode="Forms">
<forms name="__Auth" loginUrl="tms/login" timeout="20" defaultUrl="dashboard/home/" />
</authentication>
This feature was introduced in TMS version 8.27.5
The default value is 20 minutes. The minimum value for the timeout is 1 minute. The maximum value is 10080 (7 days).
Related Articles
Performing a Mitrefinch terminal firmware upgrade on a 900 series clock or access control unit via web services.
Performing a Mitrefinch terminal firmware upgrade on a 900 series clock or access control unit. NOTE: This method applies to terminals that connect via full web services. NOTE: Before proceeding, ensure that the terminal has been polled up-to-date ...
TMS 8 8.32.0.2 General Release Report
We are pleased to announce the latest general release of TMS 8: version 8.32.0.2! Please refer to the table below to view a list of the key features introduced for TMS 8. More information about the features can be found in this PDF, plus details on ...
TMS 8 8.34.0.1 Release Report
Note: TMS 8.34.0.0 has been withdrawn, and instead has been replaced by version 8.34.0.1. This version of TMS 8 introduces the following new features: Changes to automated Jobs in the Data Assurance module The Data Assurance module no longer ...
TMS 8 8.36.2.1 General Release Report
We are pleased to announce the latest general release of TMS 8: version 8.36.2.1! Please refer to the table below to view a list of the key features introduced for TMS 8. More information about the features can be found in this PDF, plus details on ...
SAML Authentication in TMS 8
What is SAML authentication? Note: This article is intended for someone familiar with the web.config file. It is best utilised by a system administrator. SAML (Security Assertion Markup Language) Single Sign-On allows users to sign in to TMS by ...