The rfc6265bis document - the updated #cookie spec - is now in draft-14: ietf.org/archive/id/draft-ietf…

It has been in the works for almost a decade by now!

in reply to daniel:// stenberg://

a fun change in this draft compared to the RFC:

"The user agent MUST limit the maximum value of the Max-Age attribute. The limit SHOULD NOT be greater than 400 days (34560000 seconds) in duration. The RECOMMENDED limit is 400 days in duration, but the user agent MAY adjust the limit. Max-Age attributes that are greater than the limit MUST be reduced to the limit."

This entry was edited (1 year ago)
in reply to Stefan Eissing

"Why 400 days? The goal was to get close to 13 months so that functions one might perform annually (e.g., selecting insurance benefits for the next year) would work even as specific dates varied slightly"

(quote from the original PR with text that was eventually merged)

github.com/httpwg/http-extensi…

This entry was edited (1 year ago)
in reply to daniel:// stenberg://

my own little contrib that shows in -14 came via this: github.com/httpwg/http-extensi…