1 Vote Vote

Session is getting overwritten in php using same browser.

Posted by topdog 864 days ago Questions| session using php All
In having a problem of session overwriting using one browser. Using PHP: After a successful login I register the user session as below: $_SESSION['username'] =$username; I call this session from other pages for users ($_SESSION['username']) to get relevant data for the user. It...
Discuss Bury


Who Voted for this Question