My guess is: SO includes some sort of <img src="stack exchange URL" />
right when I log in with a one-time token or something. Can somebody tell me how it actually works?
Asked
Active
Viewed 209 times
2

orokusaki
- 55,146
- 59
- 179
- 257
-
See also [How does SO's new auto-login feature work?](http://meta.stackexchange.com/questions/64260/how-does-sos-new-auto-login-feature-work). – Greg Hewgill Sep 18 '10 at 22:39
1 Answers
4
The Stack Overflow blog post on Global Network Auto-Login explains how this happens. Essentially it uses HTML 5 storage combined with a central authentication site at http://stackauth.com.

Community
- 1
- 1

Greg Hewgill
- 951,095
- 183
- 1,149
- 1,285
-
1They say on stackauth.com that Firefox 3.6+ are supported, but I'm in Firefox 3.5.13 and it works just fine. They must have back ported the storage API to Firefox 3.5. I love Firefox :) – orokusaki Sep 19 '10 at 02:07