Getting Your PoE Session ID - pxslip/poe-guild-logs GitHub Wiki

To make calls on your behalf (required as the guild logs API is authenticated) the app requires, though does not store in any way, your PoE Session ID (POESESSID). To get this information please follow the below instructions.

  1. Visit https://www.pathofexile.com/login and login to your PoE account.
  2. Open the developer tools of your current browser
    • For Chrome/Edge:
      1. Hit F12
      2. Application Tab
      3. Expand Cookies (under Storage on the left panel)
      4. Click on https://www.pathofexile.com
      5. Locate the cookie named POESESSID
      6. Double click on Value and copy to the application
    • For Firefox:
      1. Hit F12
      2. Storage Tab
      3. Expand Cookies (in the left panel)
      4. Click on https://www.pathofexile.com
      5. Locate the cookie named POESESSID
      6. Double click on Value and copy to the application