Commit 1623fd3
authored
[RFC6265bis] Accept
As noted in #3375, the server-side requirements for `set-cookie` headers
define a grammar that explicitly excludes "0" as a valid value for the
`max-age` attribute. This doesn't match either current client behavior,
or widespread developer practice for cookie removal (see [1]).
[1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Cookiesmax-age=0 (#3376)1 parent e0dca34 commit 1623fd3
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
624 | | - | |
625 | | - | |
| 623 | + | |
626 | 624 | | |
627 | 625 | | |
628 | 626 | | |
| |||
0 commit comments