Skip to content

Commit 29ca5d8

Browse files
committed
Added note about possibility of capping the cookie expiry value.
1 parent 6dc16d1 commit 29ca5d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
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 may be limited by the remote end as
7636+
required by the <a href="https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#name-cookie-lifetime-limits">Cookie Lifetime Limits</a>.</p>
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 -->

0 commit comments

Comments
 (0)