Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.16.14

Bug #4928 double logout required before really logged out
Submitted: 2005-07-26 21:44 UTC
From: tim dot daeleman at euronet dot nl Assigned: lsmith
Status: Closed Package: LiveUser
PHP Version: 5.0.4 OS: Linux (Kubuntu 5.04)
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 37 - 16 = ?

 
 [2005-07-26 21:44 UTC] tim dot daeleman at euronet dot nl
Description: ------------ LU 0.16.2 seems to have a bug in the logout functionality. My own code, some simple custom made testscript and the examples all have the following behaviour. 0. User is logged in. 1. Click logout (url page.php?logout=true is requested), result is BAD, user stays logged in 2. Click logout (url page.php?logout=true is requested), result is OK, user is logged out.

Comments

 [2005-07-27 09:33 UTC] lsmith
just a note .. this might be due to not calling disconnect() anymore .. need to investigate
 [2005-07-28 11:33 UTC] lsmith
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.