Jon Rumsey

An online markdown blog and knowledge repository.


Project maintained by nojronatron Hosted on GitHub Pages — Theme by mattgraham

Notes About Web Cookies

Other areas of this repository have notes about cookies, and they are referenced below. This page will be dedicated to specific considerations and technical details around cookies.

Table of Contents

Partitioned Cookies

What are they?

What problem do they solve?

How do they work?

What problems exist with partitioned cookies?

How are these implemented in code/frameworks?

Cookies Having Independent Partitioned State (CHIPS)

AKA "Partitioned Cookies"

Protections and Benefits:

What about CHIPS?

Technical Details:

Example HTTP Set-Cookie statement:

Set-Cookie: __Host-{domain}={value}; SameSite=None; Secure; Path=/; Partitioned;

Compatible Browsers:

Incompatible Browsers:

Third Party Cookies

These are (slowly) being phased out but still very much in use.

References

Return to ContEd Index

Return to Root README