We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d217a13 commit 7ad8ca6Copy full SHA for 7ad8ca6
1 file changed
user_guide_src/source/libraries/cookies.rst
@@ -92,7 +92,9 @@ A cookie name can be any US-ASCII character, except for the following:
92
- separator characters, such as ``( ) < > @ , ; : \ " / [ ] ? = { }``
93
94
If setting the ``$raw`` parameter to ``true`` this validation will be strictly made. This is because
95
-PHP's ``setcookie`` and ``setrawcookie`` will reject cookies with invalid names. Additionally, cookie
+PHP's `setcookie() <https://www.php.net/manual/en/function.setcookie.php>`_
96
+and `setrawcookie() <https://www.php.net/manual/en/function.setrawcookie.php>`_
97
+will reject cookies with invalid names. Additionally, cookie
98
names cannot be an empty string.
99
100
Validating the Prefix Attribute
0 commit comments