Skip to content

Added note about possibility of capping the cookie expiry value #1907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7631,6 +7631,11 @@ <h3><dfn data-lt="adding a cookie">Add Cookie</dfn></h3>
<dd><p>The value if the entry exists, otherwise leave unset to
indicate that this is a session cookie.

<aside class=note>
<p>The cookie&apos;s expiry value might be limited by the remote end in
accordance with the <a>Cookie Lifetime Limits</a>.
</aside>

<dt><a>Cookie same site</a>
<dd><p>The value if the entry exists, otherwise leave unset to
indicate that no same site policy is defined.
Expand All @@ -7639,7 +7644,6 @@ <h3><dfn data-lt="adding a cookie">Add Cookie</dfn></h3>
<p>If there is an <a>error</a> during this step,
return <a>error</a> with <a>error code</a> <a>unable to set cookie</a>.


<li><p>Return <a>success</a> with data <a><code>null</code></a>.
</ol>
</section> <!-- /Add Cookie -->
Expand Down Expand Up @@ -11821,8 +11825,9 @@ <h2>Index</h2>

<dd><p>The following terms are defined in the Same Site Cookie specification: [[RFC6265bis]]
<ul>
<!-- lax --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-4.1.2.7"><code>Lax</code></a></dfn>
<!-- strict --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-4.1.2.7"><code>Strict</code></a></dfn>
<!-- Cookie Lifetime Limits --> <li><dfn><a href=https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-20#cookie-lifetime-limits>Cookie Lifetime Limits</a></dfn>
<!-- lax --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-20#section-4.1.2.7"><code>Lax</code></a></dfn>
<!-- strict --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-20#section-4.1.2.7"><code>Strict</code></a></dfn>
</ul>

<dd><p>The following terms are defined in
Expand Down