[drupal-support] Re: Can't log out of account! (solved!)

Martin Feuersaenger m at feuersaenger.de
Tue Sep 20 12:04:35 UTC 2005


Hi List!

It's always the same. Googeling idefenitely for answers then formulating 
a question to a mailing list and five minutes later: there you go, 
you'll find the answer:

This bug seems to be in drupal 4.5.5 only. Solution: replacing sid = 
'%d' in sess_destroy() function (module "includes/session.inc") with sid 
= '%s'. It's that easy.
Found in http://drupal.org/node/29201

   Martin

> Hi List!
>
> I'm a drupal newbie and I basicly have the same problem as described 
> here 
> (http://lists.drupal.org/archives/drupal-support/2005-09/msg00091.html), 
> except that it never worked before. Here is a description, which 
> hopefully provides enough detail:
>
> I created a first user. I can log in without problems and get access 
> to the administer menu.
>
> When I log out, the front page is loaded but I still have my user 
> information displayed, including logout. I can still access all the 
> user account and administer functions.
>
> However, in the system events I get an entry like this:
>
> 09/20/2005 - 12:40  Session closed for adminuser.  adminuser  details
>
> This will be repeated whenever I hit on "log out", but I won't get the 
> login screen displayed and all the user functions are still available.
>
> Does anybody have any clue what's going on here?
>
>  Martin Feuersänger
>




More information about the drupal-support mailing list