@@ -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
+ < aside class =note >
7635
+ < p > The cookie's expiry value might be limited by the remote end in
7636
+ accordance with the < a > Cookie Lifetime Limits</ a > .
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 > .
7644
7648
</ ol >
7645
7649
</ section > <!-- /Add Cookie -->
@@ -11821,8 +11825,9 @@ <h2>Index</h2>
11821
11825
11822
11826
< dd > < p > The following terms are defined in the Same Site Cookie specification: [[RFC6265bis]]
11823
11827
< 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 >
11826
11831
</ ul >
11827
11832
11828
11833
< dd > < p > The following terms are defined in
0 commit comments