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
1490
1490
1491
1491
**type **: ``integer `` **default **: ``0 ``
1492
1492
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.
1499
1496
1500
1497
.. _reference-session-enabled :
1501
1498
You can’t perform that action at this time.
0 commit comments