-
Notifications
You must be signed in to change notification settings - Fork 52
Get your session id
Tim edited this page May 4, 2023
·
13 revisions
How to get your session id from your browser's cookies:
- Open scratch.mit.edu in your browser
- Open the developer tools by pressing fn+F12 or F12.
- Go to the "Application" tab, then go to "Cookies" > "https://scratch.mit.edu"
- Then find a cookie named
scratchsessionid
. The value of this cookie is your Scratch session id
There's an alternative way to do it: As of 2023 it doesn't work in all browsers anymore.
- Open scratch.mit.edu in your browser
- Click the 🔒 icon in the URL bar, then click "Cookies"
- Then find a cookie called
scratchsessionid
(in the "scratch.mit.edu" » "Cookies" folder). The content of this cookie is your Scratch session id