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 349f3e3 commit 29cd499Copy full SHA for 29cd499
controller.rst
@@ -456,15 +456,15 @@ First, enable sessions in your configuration:
456
457
.. configuration-block::
458
459
- .. code-block:: diff
+ .. code-block:: yml
460
461
# config/packages/framework.yaml
462
framework:
463
# ...
464
465
- + session:
466
- + # With this config, PHP's native session handling is used
467
- + handler_id: ~
+ session:
+ # With this config, PHP's native session handling is used
+ handler_id: ~
468
469
.. code-block:: xml
470
0 commit comments