Skip to content

Commit 3702c51

Browse files
authored
Added note about possibility of capping the cookie expiry value (#944)
1 parent 0b2239c commit 3702c51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ spec: RFC6265
4949
text: Cookie store; url: https://httpwg.org/specs/rfc6265.html#storage-model
5050
spec: RFC6265bis; urlPrefix: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-20.html
5151
type: dfn
52+
text: Cookie Lifetime Limits; url: #cookie-lifetime-limits
5253
text: Lax; url: section-4.1.2.7
5354
text: Strict; url: section-4.1.2.7
5455
text: Default; url: section-5.6.7.2
@@ -12334,6 +12335,8 @@ The [=remote end steps=] with <var ignore>session</var> and |command parameters|
1233412335
<dd><p>|cookie spec|["<code>expiry</code>"] if it exists, otherwise leave unset to
1233512336
indicate that this is a session cookie.
1233612337

12338+
Note: The cookie's expiry value might be limited by the remote end in accordance with the [=Cookie Lifetime Limits=].
12339+
1233712340
<dt>[=Cookie same site=]
1233812341
<dd><p>|cookie spec|["<code>sameSite</code>"] if it exists, otherwise leave unset to
1233912342
indicate that no same site policy is defined.

0 commit comments

Comments
 (0)