Auto Logout User on Session Expiry

Hi.
I have a secure page which checks if user is logged in or not via App Security Provider Enforcer. It works well.
I have not set any cookies or sessions to maintain user’s login session. Just the default PHP session timeout (30mins) is in play.
So, if I refresh the page which has been idle, after say 45 mins, I am redirected to login page.
Is there anyway I can redirect the page automatically after default PHP session times out?

Community Page
Last updated: