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.
1 parent bedfda0 commit c1f88e6Copy full SHA for c1f88e6
session.rst
@@ -403,6 +403,13 @@ Check out the Symfony config reference to learn more about the other available
403
``session.auto_start = 1`` This directive should be turned off in
404
``php.ini``, in the web server directives or in ``.htaccess``.
405
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.
408
+
409
+.. versionadded:: 5.4
410
411
+ Accessing to the session cookie in the ``Response`` object was introduced in Symfony 5.4.
412
413
Session Idle Time/Keep Alive
414
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
415
0 commit comments