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 @@ -1531,12 +1531,9 @@ metadata_update_threshold
15311531
15321532**type **: ``integer `` **default **: ``0 ``
15331533
1534- This is how many seconds to wait between updating/writing the session metadata. This
1535- can be useful if, for some reason, you want to limit the frequency at which the
1536- session persists.
1537-
1538- Starting in Symfony 3.4, session data is *only * written when the session data has
1539- changed. Previously, you needed to set this option to avoid that behavior.
1534+ This is how many seconds to wait between updating/writing the session metadata.
1535+ This can be useful if, for some reason, you want to limit the frequency at which
1536+ the session persists, instead of doing that on every request.
15401537
15411538.. _reference-session-enabled :
15421539
You can’t perform that action at this time.
0 commit comments