(In case you're not sure where the Database is, How to check the Database name and SQL Server/Instance name for Track-It! 20.xx shall help.)
NOTE: Please make sure you have a Fresh Backup of the Database before running the query, How to backup Track-It! 2020 database shall assist.
SQL Query (replace 60 with the desired value in minutes):
Update NAMSYSPROPERTIES set VALUE=60 WHERE NAME='featsessiontimeout'
- Once query completes execution, perform an IISRESET on the Application Server by running Command Prompt as an Administrator for the changes to take effect.