Skip to content

Commit 794d304

Browse files
committed
Tweaks
1 parent 61c6479 commit 794d304

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

session.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,12 +403,14 @@ Check out the Symfony config reference to learn more about the other available
403403
``session.auto_start = 1`` This directive should be turned off in
404404
``php.ini``, in the web server directives or in ``.htaccess``.
405405

406-
Session cookie is available in the ``Response`` object. It's useful in the CLI context
407-
or php runtime with runners like Roadrunner or Swoole.
406+
The session cookie is also available in :ref:`the Response object <component-http-foundation-response>`.
407+
This is useful to get that cookie in the CLI context or when using PHP runners
408+
like Roadrunner or Swoole.
408409

409410
.. versionadded:: 5.4
410411

411-
Accessing to the session cookie in the ``Response`` object was introduced in Symfony 5.4.
412+
Accessing to the session cookie in the ``Response`` object was introduced
413+
in Symfony 5.4.
412414

413415
Session Idle Time/Keep Alive
414416
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)