🍪 Cookie Testing Tool

Test cookie isolation for Sessner Multi-Session Manager Extension

Current Cookie Count: 0

📋 How to Test Cookie Isolation

  1. Create Session A in Sessner extension
  2. Navigate to this page and click "Set testA Cookie"
  3. Verify you see testA: valueA in the cookie list
  4. Create Session B in Sessner extension
  5. Navigate to this page and click "Set testB Cookie"
  6. Verify you see testB: valueB in the cookie list
  7. Switch back to Session A and refresh
  8. You should ONLY see testA: valueA (testB should not appear)
  9. Switch back to Session B and refresh
  10. You should ONLY see testB: valueB (testA should not appear)

⚡ Quick Tests

🎛️ Custom Cookie

📊 Current Cookies

💻 JSON Output

{ "cookies": [], "count": 0, "timestamp": "2025-12-08 23:33:57", "server": "sessner.merafsolutions.com", "userAgent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" }

🔌 API Endpoints

Use these URLs for programmatic testing:

Set Cookie:
?action=set&name=cookieName&value=cookieValue
Get Cookies (JSON):
?action=json
Clear All Cookies:
?action=clear
Delete Specific Cookie:
?action=delete&name=cookieName