Want to know how to customize pxSessionTimer
Background: Client is a bank. It is building a website for applying bank account. That means the website user should be anonymouse user. After some minutes, the website should timeout to release server resource and protect website user information.
Problem: When I add pxsessiontimer to the portal, it works well. But after timeout, the screen redirect to login screen, which is strange for anonymouse user.
Question: How could I customize pxsessiontimer to close the screen or redirect to specified screen?