Skip to content

Instantly share code, notes, and snippets.

@thequbit
Created May 28, 2014 14:33
Show Gist options
  • Save thequbit/902d85bf2acb3b9c3a60 to your computer and use it in GitHub Desktop.
Save thequbit/902d85bf2acb3b9c3a60 to your computer and use it in GitHub Desktop.
> document.cookie
"authtoken=8911efe248a116d5ecaa7df1b4a30edd"
> authtoken
"8911efe248a116d5ecaa7df1b4a30edd"
> authlevel
2
> document.cookie = 'authtoken=' + authtoken + '; authlevel=' + authlevel;
"authtoken=8911efe248a116d5ecaa7df1b4a30edd; authlevel=2"
> document.cookie
"authtoken=8911efe248a116d5ecaa7df1b4a30edd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment