Question
6
Replies
1291
Views
Posted: September 15, 2017
Last activity: September 20, 2017
Closed
Decreasing Session timer
I have a requirement to show the remaining time for the session timeout at the bottom of my page. I am new to pega and have no idea on how to implement my requirement. Any detailed explanation is highly appreciated.
Thanks so much in advance.
Hi,
You can set the timeout setting at Access Group. In advanced tab you can mention the value in seconds.
Instead if you want to set the time out from prconfig.xml, you can use below setting.
<env name="timeout/application" value="xxx in seconds" />
If you want to set browser level time out, use below one
<env name="timeout/browser" value="xxx in seconds" />
Check the below video
https://pdn.pega.com/authentication-and-timeouts
Also Refer the below discussion
https://pdn.pega.com/community/product-support/question/how-set-session-timeout-pega-7
Thank You