Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saicharanreddyk/27542108db842c5a1d78c46785232f67 to your computer and use it in GitHub Desktop.
Save saicharanreddyk/27542108db842c5a1d78c46785232f67 to your computer and use it in GitHub Desktop.
Execute below piece of code in console to get the Current User Session Id.
document.cookie.match(/(^|;\s*)sid=(.+?);/)[2];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment