mandriva

Ticket #57 (new defect)

Opened 2 years ago

Last modified 2 years ago

weird log in error

Reported by: vaab Assigned to: cedric.delfosse@linbox.org
Priority: normal Milestone:
Component: mmc-web-base Version: 1.1.0
Severity: normal Keywords: session login
Cc:

Description

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...

Attachments

Change History

03/05/07 09:08:46 changed by cedric.delfosse@linbox.org

Hello,

I discovered recently that session handling in LMC doesn't work well. See #54 for example.

Removing the PHP session ID cookie from your navigator should fix your problem.


Add/Change #57 (weird log in error )




Change Properties
Action