Skip to content

Commit c1a2419

Browse files
authored
Added note about possibility of capping the cookie expiry value. (#1907)
1 parent 6dc16d1 commit c1a2419

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7631,6 +7631,11 @@ <h3><dfn data-lt="adding a cookie">Add Cookie</dfn></h3>
76317631
<dd><p>The value if the entry exists, otherwise leave unset to
76327632
indicate that this is a session cookie.
76337633

7634+
<aside class=note>
7635+
<p>The cookie&apos;s expiry value might be limited by the remote end in
7636+
accordance with the <a>Cookie Lifetime Limits</a>.
7637+
</aside>
7638+
76347639
<dt><a>Cookie same site</a>
76357640
<dd><p>The value if the entry exists, otherwise leave unset to
76367641
indicate that no same site policy is defined.
@@ -7639,7 +7644,6 @@ <h3><dfn data-lt="adding a cookie">Add Cookie</dfn></h3>
76397644
<p>If there is an <a>error</a> during this step,
76407645
return <a>error</a> with <a>error code</a> <a>unable to set cookie</a>.
76417646

7642-
76437647
<li><p>Return <a>success</a> with data <a><code>null</code></a>.
76447648
</ol>
76457649
</section> <!-- /Add Cookie -->
@@ -11821,8 +11825,9 @@ <h2>Index</h2>
1182111825

1182211826
<dd><p>The following terms are defined in the Same Site Cookie specification: [[RFC6265bis]]
1182311827
<ul>
11824-
<!-- 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>
11825-
<!-- 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>
11828+
<!-- 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>
11829+
<!-- 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>
11830+
<!-- 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>
1182611831
</ul>
1182711832

1182811833
<dd><p>The following terms are defined in

0 commit comments

Comments
 (0)