You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7631,6 +7631,11 @@ <h3><dfn data-lt="adding a cookie">Add Cookie</dfn></h3>
7631
7631
<dd><p>The value if the entry exists, otherwise leave unset to
7632
7632
indicate that this is a session cookie.
7633
7633
7634
+
<asideclass=note>
7635
+
<p>The cookie's expiry value may be limited by the remote end as
7636
+
required by the <ahref="https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#name-cookie-lifetime-limits">Cookie Lifetime Limits</a>.</p>
7637
+
</aside>
7638
+
7634
7639
<dt><a>Cookie same site</a>
7635
7640
<dd><p>The value if the entry exists, otherwise leave unset to
7636
7641
indicate that no same site policy is defined.
@@ -7639,7 +7644,6 @@ <h3><dfn data-lt="adding a cookie">Add Cookie</dfn></h3>
7639
7644
<p>If there is an <a>error</a> during this step,
7640
7645
return <a>error</a> with <a>error code</a><a>unable to set cookie</a>.
7641
7646
7642
-
7643
7647
<li><p>Return <a>success</a> with data <a><code>null</code></a>.
0 commit comments