Open the web.config file (e.g. C:\inetpub\wwwroot\IdentityManager) using a text editor and increase the timeout in the "sessionState" section to the desired amount of time, e.g.:
sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="30"
(where the default is 20)
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center