Skip to content

Commit

Permalink
Add need for Secure to be set if Partitioned is set
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Sep 9, 2024
1 parent 0a42bf8 commit e66992b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/en-us/web/http/headers/set-cookie/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ Set-Cookie: <cookie-name>=<cookie-value>; Domain=<domain-value>; Secure; HttpOnl

- `Partitioned` {{optional_inline}}{{experimental_inline}}

- : Indicates that the cookie should be stored using partitioned storage. See [Cookies Having Independent Partitioned State (CHIPS)](/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies) for more details.
- : Indicates that the cookie should be stored using partitioned storage.
Note that if this is set, the [`Secure` directive](#secure) must also be set.
See [Cookies Having Independent Partitioned State (CHIPS)](/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies) for more details.

- `Path=<path-value>` {{optional_inline}}

Expand Down

0 comments on commit e66992b

Please sign in to comment.