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? Link to comment https://forums.phpfreaks.com/topic/87780-session-timeouts/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.