Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:02 PM
Is it possible to increase the amount of time before users are logged out of Saviynt admin portal? If, so does anyone know where this option is configured?
Solved! Go to Solution.
04/12/2022 02:14 PM
Hi Adam,
You need to edit web.xml file and below is the tag wherein session timeout can be configured.
<session-config>
<session-timeout>30</session-timeout>
</session-config>
Thanks
Ajay
04/12/2022 02:14 PM
Could you point me to where this file is located?
04/12/2022 02:14 PM
Hi Adam,
It would be available under "../../ECM\WEB-INF"
Thanks
Ajay
04/12/2022 02:14 PM
How do I modify this file in SSM v5.5.0?