jemgames Posted May 24, 2007 Share Posted May 24, 2007 Hiya all, In my login system, i want the user to properly log out when you close the browser. I can end all sessions, as they get deleted anyway, but i want it to change the users logeed in bit. This works by whenever a user logs in, it sends a query to a database and updates a table, then the users online box reads it and displays it. What happens is, the user closes the browser and the table stays the same. So it appers as the users is online but he actually isnt. This needs to be sorted Thanks Quote Link to comment https://forums.phpfreaks.com/topic/52775-php-close-browser/ Share on other sites More sharing options...
redarrow Posted May 24, 2007 Share Posted May 24, 2007 update the database when the user logs out via there session id ok. Quote Link to comment https://forums.phpfreaks.com/topic/52775-php-close-browser/#findComment-260550 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.