Question
5
Replies
1157
Views
virtusa
Posted: June 1, 2016
Last activity: January 25, 2017
Requirement- A session should be established and it should end in 30 mins if no action is performed and after 20 mins I should get a pop-up saying that your session will expire in another 10 mins
I have a requirement that when I log into my user a session should be established and it should end in 30 mins if no action is performed and after twenty min I should get a pop-up saying that your session will expire in another 10 more mins.
Can anybody please help me with this ??
Message was edited by: Lochan to add title and category
Hi
Pega 7 Platform provides a standard section, pxSessionTimer, that you can include in a portal harness and configure by setting the TimeOutTime and TimeOutWarning properties. You also need to set the RedirectOnTimeout When rule to True to activate not just the alert, but the correct behavior (ending the session and logging the user out) when the value of TimeOutTime is exceeded.
When pxSessionTimer is included in a portal harness, and the value set in TimeOutWarning is exceeded, a modal dialog appears to alert the user that timeout will occur due to inactivity. A countdown display shows the time until timeout. The user can reset the clock by clicking an OK button included in the section.
Have a look at this help article : https://pdn.pega.com/sites/pdn.pega.com/files/help_v719/procomhelpmain.htm#definitions/t/timeouts.htm