Skip to content

Commit 7a75abd

Browse files
committed
Typo in default session save_path
1 parent 1714a31 commit 7a75abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ and depends on `gc_divisor`_ and `gc_probability`_.
238238
save_path
239239
.........
240240

241-
**type**: ``string`` **default**: ``%kernel.cache.dir%/sessions``
241+
**type**: ``string`` **default**: ``%kernel.cache_dir%/sessions``
242242

243243
This determines the argument to be passed to the save handler. If you choose
244244
the default file handler, this is the path where the session files are created.

0 commit comments

Comments
 (0)