We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeb0060 + 2ef0f1f commit f7a37afCopy full SHA for f7a37af
en/controllers/components/cookie.rst
@@ -7,6 +7,8 @@ Cookie
7
8
The CookieComponent is a wrapper around the native PHP ``setcookie()`` method. It
9
makes it easier to manipulate cookies, and automatically encrypt cookie data.
10
+Cookies added through CookieComponent will only be sent if the controller action
11
+completes.
12
13
.. deprecated:: 3.5.0
14
You should use :ref:`encrypted-cookie-middleware` instead of
0 commit comments