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
A cookie definition begins with a name-value pair.
64
64
65
65
A `<cookie-name>` can contain any US-ASCII characters except for: the control character, space, or a tab.
66
-
It also must not contain a separator characters like the following: `( ) < > @ , ; : \ " / [ ] ? = { }`.
66
+
It also must not contain separator characters like the following: `( ) < > @ , ; : \ " / [ ] ? = { }`.
67
67
68
68
A `<cookie-value>` can optionally be wrapped in double quotes and include any US-ASCII character excluding a control character, {{glossary("Whitespace")}}, double quotes, comma, semicolon, and backslash.
0 commit comments