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
1531
1531
1532
1532
**type **: ``integer `` **default **: ``0 ``
1533
1533
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.
1540
1537
1541
1538
.. _reference-session-enabled :
1542
1539
You can’t perform that action at this time.
0 commit comments