WORKAROUND:
Steps to update the session time out in PM admin site:
Go to the location : C:\Program Files\One Identity\Password Manager\Web\Admin
Open the web file.
Add the below line under <system.web>
<sessionState timeout="100"></sessionState>
And also change the timeout value based on your requirement.
<forms loginUrl="~/Authentication/login" timeout="100" name="AdminTicket" />
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center