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 @@ -1496,12 +1496,9 @@ metadata_update_threshold
1496
1496
1497
1497
**type **: ``integer `` **default **: ``0 ``
1498
1498
1499
- This is how many seconds to wait between updating/writing the session metadata. This
1500
- can be useful if, for some reason, you want to limit the frequency at which the
1501
- session persists.
1502
-
1503
- Starting in Symfony 3.4, session data is *only * written when the session data has
1504
- changed. Previously, you needed to set this option to avoid that behavior.
1499
+ This is how many seconds to wait between updating/writing the session metadata.
1500
+ This can be useful if, for some reason, you want to limit the frequency at which
1501
+ the session persists, instead of doing that on every request.
1505
1502
1506
1503
.. _reference-session-enabled :
1507
1504
You can’t perform that action at this time.
0 commit comments