When users are logged into the Web Applications, is there a way to change the amount of time before a user is automatically logged out of their IT Shop session?
To change the Timeout for user sessions, follow the steps below:

Example:
sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="30"
NOTE: The default setting is 20
NOTE: By default, ASP.NET uses cookies to identify which requests belong to a particular session.
If cookies are not available, a session can be tracked by adding a session identifier to the URL.
To disable cookies, set SessionState Cookieless="True".

© 2026 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center