I have a registered StackOverflow account which I normally log into using OpenID. Recently I logged out in order to post a question anonymously (supplying a fake name and of my secondary email addresses).

The problem now is that I'm logged in to StackOverflow as this "dummy" user, unable to see a way to log out. The top menu normally has a "logout" link, but when you aren't fully registered this link is replaced with "register". There is no "logout" link for me. :(

So..

  • When logged out there is a "login" link.
  • When logged in there is a "logout" link.
  • When "logged in" with an unregistered account, there is only a "register" link (no "logout").
share|improve this question
5  
So register and then sign out. Duh. – Hilarious Comedy Pesto Jul 24 '09 at 18:56

3 Answers

We do that to prevent people from irrevocably destroying unregistered accounts, as they are 100% browser cookie based.

You can probably guess the URL if you really need to do this:

/users/logout

share|improve this answer

Just delete the cookies your browser has saved for the site in question... That's all there is to keep you "logged in".

share|improve this answer
Or maybe just move them elsewhere for the time being. Otherwise you won't be able to use that same account again. – Joel Coehoorn Sep 23 '09 at 2:24

Can you go to the login page and login with your "normal" account?

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged