Jump to content

Session Timeouts


redbrad0

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.