Created
September 17, 2019 04:17
-
-
Save saicharanreddyk/27542108db842c5a1d78c46785232f67 to your computer and use it in GitHub Desktop.
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
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