When i try to log in with bad credentials i get the "log in" page with error,
BUT when I try to log in with correct credentials i get a fresh new "log in" page...
resulting in the fact that I'm stuck in that "log in" page.
After fiddling a little bit I've figured that :
- it occurs only from one of my computer.
-> I've got the same firefox version number though... which is 2.0.0.1
-> With the same IP but different computer works as it should also...
-> I haven't noticed any other problem on this computer regarding firefox and php developpement...
- I looked in PHP code and found that it changes behavior in "includes/session.inc.php" :
this tests is true when triggered by my faulty computer, and this fires a javascript refresh...
if (!isset($_SESSION["expire"]) )
{
Whatever is faulty on my client, a better behavior from the server code could be more explicit on what is happening than just firing up the "log in" page...