Partitioned Cookies
Partitioned cookies are a browser privacy feature that keeps a third-party cookie tied to the specific top-level website where it was first set, so it cannot be read across different sites the user visits. This is intended to allow certain cross-site functionality to work while limiting the ability of third parties to track people from one website to another. The mechanism is enabled through a technical setting known as the Partitioned attribute, associated with the CHIPS (Cookies Having Independent Partitioned State) proposal.
Partitioned cookies, defined under the CHIPS (Cookies Having Independent Partitioned State) proposal, are cross-site cookies that a third party opts into by setting the Partitioned attribute. When set, the user agent partitions the cookie's storage by the top-level site: the cookie is only available in contexts whose top-level document is same-site with the top-level document under which the cookie was set, and it cannot be accessed from a different top-level site. This restricts a third-party cookie to the top-level site where it was initially established, which limits its use for cross-site tracking while preserving per-site third-party functionality. CHIPS originates as a Privacy Community Group proposal and a related IETF HTTP working group draft; support and behavior are browser-implementation-specific (initially associated with Chrome). This entry describes the technical mechanism only. It is a browser-level control and does not itself constitute or replace a legal basis for setting or accessing cookies; obligations under the ePrivacy Directive (and national implementations) for storing or accessing information on a device, and under the GDPR for any resulting processing of personal data, may still apply. Whether partitioned cookies fall within consent requirements depends on their purpose and applicable jurisdiction, and regulatory treatment of such technologies is not settled by the evidence here.
Why it matters
Partitioned cookies matter because they represent a shift in how browsers, rather than websites or regulators, constrain cross-site tracking at a technical level. For years, standard third-party cookies could be read across many different sites a user visited, enabling behavioral profiling and cross-site advertising. CHIPS narrows this by tying a third-party cookie to the single top-level site where it was set, so legitimate per-site functionality (such as embedded content or a widget that needs its own state on each host site) can continue while broad cross-site tracking through that cookie is limited. For privacy and compliance teams, this changes the practical risk profile of certain third-party integrations, though it does not change the legal analysis on its own.
Who it's relevant to
Inside CHIPS
Common questions
Answers to the questions practitioners most commonly ask about CHIPS.