Question
5
Replies
12734
Views
JPMC
Posted: December 7, 2016
Last activity: December 14, 2016
Closed
How to set session timeout in Pega 7
How to set session timeout in Pega 7 and how to test it?
We changed in prconfig file where to get the timeout value from DSS but still not able to have., do we need to do anything more??
***Updated by moderator: Lochan to add Categories***
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" />