Home » Authentication » LiveUser » Bug #4928
double logout required before really logged out
Details
| 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) |
Comments
[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.