Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 556 Bytes

session-key-firefox.md

File metadata and controls

13 lines (10 loc) · 556 Bytes

Finding the session key in Firefox

  1. Go to the Humble Bundle website
  2. Make sure you are logged in
  3. Press F12 to open the Web Developer Tools
  4. Go to the Storage tab in the Web Deloper Tools
  5. On the left pane, Select Cookies and then https://www.humblebundle.com
  6. On the right pane, click on the row that has _simpleauth_sess as its first column
  7. Double-click on the Value column and copy the selected value

For a visual guide on steps 4 to 7, see this picture.