sypuranik Posted April 11, 2008 Share Posted April 11, 2008 I have some problems about multiple login.I have set one flag in database for detecting wheather user is logged in or not.It works fine if anybody logout properly.But problems comes when if anyone close his browser window.I cant capture that thing .And my database still showing that it is logged in. Is anybody help me out from this problem? how can I detect if person directly closes his browser. Link to comment https://forums.phpfreaks.com/topic/100634-multiple-login-problem/ Share on other sites More sharing options...
zenag Posted April 11, 2008 Share Posted April 11, 2008 use session for username and password... it can be achieved by session unset() Link to comment https://forums.phpfreaks.com/topic/100634-multiple-login-problem/#findComment-514653 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.