Question
Track user logout
We have requirement where we are asked to to trackdown the user session.
We are able to track down normal user login and log out. The challange we are facing is to track the time , where users don't hit a logout and just closes the window or keeps the window As-is and the session time out.
The requirement here is to capture the time when the session actually terminates(picked up by GC), and we also need to to highlight in the report that the concerned session is not logged out by the user but the system have actually terminated it.
Dear Pega Developer,
When the user closes the browser or leaves the session without closing it, Pega passivates the requestor after 1 hour(default). These passivated requestors will get cleaned up every 2 days.
There is will be a system daemon which does the clean up. I will have to find out whether any hook is present for your to gather data during clean up for your reporting.
Thanks.