redbrad0 Posted January 25, 2008 Share Posted January 25, 2008 On my site I have it set to log uses out after 60 mins of inactivity. At 55 mins a javascript messagebox comes up letting them know their session is about to expire and would they like to reconnect (reloads a file to keep session alive). The problem is if I have three windows/tabs of my site open, each one has a different counter and times out depending on when the page opens. So if on page A, I click to keep the session alive, how can I make that take effect across all pages? My only thought is that the javascript needs to call a file to check when the session should time out (maybe store the info in the members table in the database). Does anyone have any suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/87780-session-timeouts/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.