diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 2889c275895..9116999e88f 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1210,14 +1210,14 @@ Unlike the other session options, ``cache_limiter`` is set as a regular .. code-block:: yaml - # app/config/services.yml + # config/services.yaml parameters: session.storage.options: cache_limiter: 0 .. code-block:: xml - + setParameter('session.storage.options', [ 'cache_limiter' => 0, ]);