07/22/2022 12:56 PM
Hi,
We have sso integrated environment using okta. Want to increase the session time out duration for Saviynt application. Please let us know what all changes required to increase the session timeout.
07/24/2022 05:35 AM - edited 07/24/2022 05:35 AM
You need to edit "../../ECM/WEB-INF/web.xml" file and below is the tag wherein session timeout can be configured.
<session-config>
<session-timeout>30</session-timeout>
</session-config>
Note that the value of the timeout is set in minutes, not in seconds.
07/24/2022 09:26 AM
Hi Rushikesh,
Hope this will be applicable for the environment where the SSO is enabled using okta. Also when we are trying to acces the "../../ECM/WEB-INF/web.xml" we are gettng page not found. Can you let us know where to locate this page in Saviynt.
07/24/2022 09:38 AM
Also, does it require any restart after we locate and change the web.xml file
07/24/2022 10:11 AM
@vermark - This changes needs to be done on server side & required restart. This is available on not available on UI