Posted by damezumari on 04/16/07 17:56
When a user logs in to my site http://iwantyourquestion.com I set
$_SESSION['loggedin'] to true if his username and password are OK.
When he calls a page I check if $_SESSION['loggedin'] is true. If it
not I ask him to log in.
Every page has at the start:
session_start();
ob_start();
A user just told me that he was asked to log in again after he entered
his username and password. If they were incorrect he would be sent
back to the login page, but that was not what happened. He was asked
to log in again.
The only reason I can think of is that $_SESSION['loggedin'] was not
stored correctly. But why not?
When he tried to log in a second time everything worked fine. He was
allowed in.
Has anyone else experienced this and know why it happens?
Regards,
Jan Nordgreen
Navigation:
[Reply to this message]
|