Timeout setting
- Last UpdatedJan 24, 2023
- 1 minute read
- PI System
- RtReports 5.0
- Visualization
The timeout setting controls how long the server waits before ending a session due to inactivity.
<authentication mode="Forms">
<forms loginUrl="Webpages/logins/logon.aspx" name="adAuthCookie" timeout="60" path="/"></forms>
</authentication>
Timeout configuration setting for the %PIHOME%\RtReports\web.config file in the <authentication> section.
|
Variable |
Setting |
|---|---|
|
timeout |
Time, in minutes, before an inactive session will time out. |
Note: After a sign off or session timeout, trying to refresh stale tabs may result in redirection to the error page. You should close any open tabs after a sign off or session timeout before trying to use the product again.