Skip to content

Instantly share code, notes, and snippets.

@ThiefMaster
Created October 26, 2013 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThiefMaster/2bf4fd18762d956f7b7b to your computer and use it in GitHub Desktop.
Save ThiefMaster/2bf4fd18762d956f7b7b to your computer and use it in GitHub Desktop.
SE OpenID: Loading login form
SE OpenID: Logging in
SE OpenID: Logged in (hopefully)
Cookies after SE login { cookies:
[ { str: 'anon=; expires=Sat, 26-Oct-2013 11:43:34 GMT; path=/; secure; HttpOnly',
name: 'anon',
value: '',
expires: Sat Oct 26 2013 13:43:34 GMT+0200 (CEST),
path: '/',
secure: true,
httpOnly: true },
{ str: 'usr=***; expires=Sat, 02-Nov-2013 11:58:34 GMT; path=/; secure; HttpOnly',
name: 'usr',
value: '[a base64 string]',
expires: Sat Nov 02 2013 12:58:34 GMT+0100 (CET),
path: '/',
secure: true,
httpOnly: true } ] }
SO: Loading login form
SO: Logging in via SE OpenID
SO: Logged in as ThiefMaster
Cookies after SO login { cookies:
[ { str: 'anon=; expires=Sat, 26-Oct-2013 11:43:34 GMT; path=/; secure; HttpOnly',
name: 'anon',
value: '',
expires: Sat Oct 26 2013 13:43:34 GMT+0200 (CEST),
path: '/',
secure: true,
httpOnly: true },
{ str: 'gauth=***; domain=.stackoverflow.com; expires=Sat, 26-Oct-2013 12:13:36 GMT; path=/',
name: 'gauth',
value: '[a base64 string]',
domain: '.stackoverflow.com',
expires: Sat Oct 26 2013 14:13:36 GMT+0200 (CEST),
path: '/' },
{ str: 'usr=t=***&s=***; domain=.stackoverflow.com; expires=Sat, 26-Apr-2014 11:58:36 GMT; path=/; HttpOnly',
name: 'usr',
value: 't=***&s=***',
domain: '.stackoverflow.com',
expires: Sat Apr 26 2014 13:58:36 GMT+0200 (CEST),
path: '/',
httpOnly: true } ] }
Chat: Retrieving form key
Chat: Current username: ThiefMaster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment