Session Timeout

Configure the time of user inactivity until logout in GAPTEQ to avoid security risks and unauthorized access.

Note! You will find the file in which you specify the desired timeout value in appsettings.json in the folder: C:\Program Files (x86)\GAPTEQ\GAPTEQ Web.

If necessary, the maximum permitted value for the idle timeout must be adjusted in IIS.

  • Open the appsettings.json file with a text editor and change the value for Timeout within the “Session” area:

TD_FT_SessionTimeout

Tip! The timeout value is specified in minutes.

  • If necessary, check whether the idle timeout is dimensioned accordingly in the IIS Manager.

TD_FT_SessionTimeout2