Skip to content

Commit 7ad8ca6

Browse files
committed
docs: add links to PHP manual
1 parent d217a13 commit 7ad8ca6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/libraries/cookies.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ A cookie name can be any US-ASCII character, except for the following:
9292
- separator characters, such as ``( ) < > @ , ; : \ " / [ ] ? = { }``
9393

9494
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
95+
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
9698
names cannot be an empty string.
9799

98100
Validating the Prefix Attribute

0 commit comments

Comments
 (0)