File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1490,12 +1490,9 @@ metadata_update_threshold
14901490
14911491**type **: ``integer `` **default **: ``0 ``
14921492
1493- This is how many seconds to wait between updating/writing the session metadata. This
1494- can be useful if, for some reason, you want to limit the frequency at which the
1495- session persists.
1496-
1497- Starting in Symfony 3.4, session data is *only * written when the session data has
1498- changed. Previously, you needed to set this option to avoid that behavior.
1493+ This is how many seconds to wait between updating/writing the session metadata.
1494+ This can be useful if, for some reason, you want to limit the frequency at which
1495+ the session persists, instead of doing that on every request.
14991496
15001497.. _reference-session-enabled :
15011498
You can’t perform that action at this time.
0 commit comments