Skip to content

Instantly share code, notes, and snippets.

@nithesh1992
Created November 16, 2017 16:43
Show Gist options
  • Save nithesh1992/8aa3fec98a737216cdd3e33d56f3caad to your computer and use it in GitHub Desktop.
Save nithesh1992/8aa3fec98a737216cdd3e33d56f3caad to your computer and use it in GitHub Desktop.
Get Session Id Salesforce in JS Console
document.cookie.match(/(^|;\s*)sid=(.+?);/)[2];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment