Created
November 16, 2017 16:43
-
-
Save nithesh1992/8aa3fec98a737216cdd3e33d56f3caad to your computer and use it in GitHub Desktop.
Get Session Id Salesforce in JS Console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.cookie.match(/(^|;\s*)sid=(.+?);/)[2]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment