Skip to content

Commit f91a429

Browse files
committed
Typo in default session save_path
1 parent c750141 commit f91a429

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
@@ -800,7 +800,7 @@ start and depends on `gc_divisor`_ and `gc_probability`_.
800800
save_path
801801
.........
802802

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

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

0 commit comments

Comments
 (0)