Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to increase the session time out

vermark
Regular Contributor
Regular Contributor

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.

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

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.


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

vermark
Regular Contributor
Regular Contributor

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.

vermark
Regular Contributor
Regular Contributor

Also, does it require any restart after we locate and change the web.xml file

@vermark - This changes needs to be done on server side & required restart. This is available on not available on UI


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.