Home » Authentication » Auth_HTTP » Bug #3351
logout() doesn't work
Details
| Submitted | 2005-02-01 17:51 UTC |
|---|---|
| From | sfbooth at earthlink dot net |
| Assigned | hirokawa |
| Status | No Feedback |
| Package | Auth_HTTP |
| PHP Version | 5.0.3 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-02-01 17:51 UTC] sfbooth at earthlink dot net
Description:
------------
The logout() method for Auth_HTTP doesn't seem to work;
even after calling it I am still able to see pages I
should not be able to.
After calling logout() the session variable _authhttp...
remains set and the browser still sends the authentication
information as best I can tell.
[2005-08-29 22:37 UTC] alphafoo at yahoo dot com
I am running into the same problem. I have installed:
Auth 1.2.3 stable
Auth_HTTP 2.1.6 stable
I have tried Firefox 1.0.6 on OS X, and Lynx Version 2.8.5dev.16.
I found one suggestion for a workaround here:
http://www.phpmaniacs.com/newsgroups/article.php?id=17638&group=php.pear.general
but it is not doing the trick for me.
What is the method for logging out of auth_http? Does the call to logout() have to come at a particular part of the script?
[2006-02-15 10:43 UTC] michael dot huber at archit dot uni-karlsruhe dot de
still having the same problem :-(
playstation:/var/www/radmind_logbuch/cache# pear list
Installed packages:
===================
Package Version State
Archive_Tar 1.1 stable
Auth 1.2.3 stable
Auth_HTTP 2.1.6 stable
Console_Getopt 1.2 stable
DB 1.6.2 stable
DB_ldap 1.1.1 stable
HTML_Common 1.2.2 stable
HTML_QuickForm 3.2.5 stable
HTTP 1.2.2 stable
Mail 1.1.3 stable
Net_SMTP 1.2.6 stable
Net_Socket 1.0.1 stable
PEAR 1.3.2 stable
XML_Parser 1.0.1 stable
XML_RPC 1.1.0 stable
crack 0.1 stable
the already posted workaround doesnt work for me.
anyone solved the problem?
greetings
Michael
[2006-03-12 22:39 UTC] frank at neuni dot com
I've got exactly the same problem - the logout() function does absolutely nothing. I've been trying it in Opera, IE, Firefox and Safari.