Skip to content

Commit 9464ef7

Browse files
committed
minor symfony#6212 Typo in default session save_path (DerekRoth)
This PR was merged into the 2.3 branch. Discussion ---------- Typo in default session save_path | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | The %kernel.cache.dir% parameter does not exist, %kernel.cache_dir% does. Commits ------- f91a429 Typo in default session save_path
2 parents ccbce6e + f91a429 commit 9464ef7

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)