From f91a429d2cce1e3ae0fb0cdacddab79d8f77e950 Mon Sep 17 00:00:00 2001 From: Derek Roth Date: Mon, 1 Feb 2016 16:38:43 +0100 Subject: [PATCH] Typo in default session save_path --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index c51ae4ffd90..b936fadac3a 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -800,7 +800,7 @@ start and depends on `gc_divisor`_ and `gc_probability`_. save_path ......... -**type**: ``string`` **default**: ``%kernel.cache.dir%/sessions`` +**type**: ``string`` **default**: ``%kernel.cache_dir%/sessions`` This determines the argument to be passed to the save handler. If you choose the default file handler, this is the path where the session files are created.