Skip to content

RFC 6265bis compliance for the cookie implementation - #869

Open
arturobernalg wants to merge 1 commit into
apache:masterfrom
arturobernalg:cookie-name-prefixes
Open

RFC 6265bis compliance for the cookie implementation#869
arturobernalg wants to merge 1 commit into
apache:masterfrom
arturobernalg:cookie-name-prefixes

Conversation

@arturobernalg

Copy link
Copy Markdown
Member

Enforces the __Secure- and __Host- cookie name prefixes, adds the SameSite attribute with the SameSite=None requires Secure rule, includes the host-only flag in cookie identity, applies the 4096-byte cookie and 1024-byte attribute size limits and the 400-day maximum lifetime, supports nameless cookies in both parsing and serialization, and prevents a non-secure connection from overwriting a stored secure cookie.

Enforces the __Secure- and __Host- cookie name prefixes, adds the SameSite
attribute with the SameSite=None requires Secure rule, includes the host-only
flag in cookie identity, applies the 4096-byte cookie and 1024-byte attribute
size limits and the 400-day maximum lifetime, supports nameless cookies in both
parsing and serialization, and prevents a non-secure connection from overwriting
a stored secure cookie.
@arturobernalg
arturobernalg marked this pull request as ready for review August 13, 2026 07:24
@arturobernalg
arturobernalg requested a review from ok2c August 13, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant