How to change the default Session Timeout for TIC?
対策
The default session timeout of TIC is 365 days, but you can change the value to your preference by following the steps below:
Stop TIC web server.
Go to the root folder where TIC Web Server is installed, by default the path is ‘C:\Program Files\Quest Software\Toad Intelligence Central Web Server’.
Find the config file of Web.config.
Open the file and find the node like ‘<forms loginUrl="~/Login/Index" timeout="525600" name="./AUTHTICKETWEB">’
Set the timeout to the value you like. Please note the value is by minutes, so you may set above value to “15” for 15 min.