Skip to content

Commit 4352fa5

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7631,6 +7631,12 @@ <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’s expiry value may be limited by the remote end
7636+
according to an implementation-defined cap, as permitted by
7637+
the [[RFC6265bis]].</p>
7638+
</aside>
7639+
76347640
<dt><a>Cookie same site</a>
76357641
<dd><p>The value if the entry exists, otherwise leave unset to
76367642
indicate that no same site policy is defined.
@@ -7639,7 +7645,6 @@ <h3><dfn data-lt="adding a cookie">Add Cookie</dfn></h3>
76397645
<p>If there is an <a>error</a> during this step,
76407646
return <a>error</a> with <a>error code</a> <a>unable to set cookie</a>.
76417647

7642-
76437648
<li><p>Return <a>success</a> with data <a><code>null</code></a>.
76447649
</ol>
76457650
</section> <!-- /Add Cookie -->

0 commit comments

Comments
 (0)