File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -403,12 +403,14 @@ Check out the Symfony config reference to learn more about the other available
403
403
``session.auto_start = 1 `` This directive should be turned off in
404
404
``php.ini ``, in the web server directives or in ``.htaccess ``.
405
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.
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.
408
409
409
410
.. versionadded :: 5.4
410
411
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.
412
414
413
415
Session Idle Time/Keep Alive
414
416
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments