I log into Stack Exchange sites using my Google details. For the last few days I can't log in to the main Stack Overflow. As you can see I'm successfully able to log in to Meta, and I can log in to all the other sites I've tried (Server fault, Photography).
But on the main Stack Overflow, if I click "log in" I'm redirected to the main page but still not logged in.
For info I've watched the process in Firebug; everything looks reasonable, it does a POST to https://stackoverflow.com/users/login/global
which results in the following response:
{"Message":"Welcome back <a href=\"/users/382166/asc99c\">asc99c</a>, you've been logged in."}
But I haven't!
-
Have you tried logging in with a new profile? See here for how to start the profile manager.Stijn– Stijn2013年09月27日 13:58:21 +00:00Commented Sep 27, 2013 at 13:58
-
Just tried resetting Firefox (never seen that feature before!) but I still can't log inasc99c– asc99c2013年09月27日 14:01:31 +00:00Commented Sep 27, 2013 at 14:01
-
It is definitely in that area though, I can log in with Chrome just fine.asc99c– asc99c2013年09月27日 14:07:46 +00:00Commented Sep 27, 2013 at 14:07
2 Answers 2
I just had this exact same issue 2 years after you. I think the cookies get corrupted.
I solved it by deleting my cookies for all Stack Exchange sites.
In Chrome:
- Go to your
Settings
- Click
Show advanced settings...
- Under the
Privacy
header, click theContent Settings...
button - Under the
Cookies
header, click theAll cookies and site data...
button - Filter (
Search
) with the word stack - For every site that has
# cookies
, click the deleteX
on the right side- You can ignore the ones that only say
Local Storage
- You can ignore the ones that only say
- Go to your Stack Exchange site and login! :)
I got the the same problems, just delete entire browsing history from your browser and problem will be solved.