Encoding & Utility Tools

Cookie String Decoder

Paste raw Set-Cookie headers and get a complete plain-English breakdown of every attribute. Missing security flags are highlighted, tracking-style cookies are flagged, and SameSite / expiry issues are explained. You can also inspect the cookies set by this very page.

All processing happens locally in your browser. No data is uploaded.
Paste Set-Cookie Header(s)
Cookie Security Attribute Reference
AttributeEffectMissing = Risk?
HttpOnlyBlocks JavaScript access — prevents XSS theftHigh
SecureSent only over HTTPS — prevents interceptionHigh
SameSite=StrictNever sent on cross-site requests — strongest CSRF protectionMedium
SameSite=LaxSent on safe cross-site navigation onlyLow
SameSite=NoneSent on all cross-site requests — requires SecureHigh
Max-Age / ExpiresControls when the cookie is deletedLow
DomainSubdomains that receive the cookieLow
PathURL prefix that triggers cookie sendingLow
PartitionedCHIPS — isolates cookie per top-level siteLow