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 @@ -1024,12 +1024,9 @@ setting the value to ``null``:
1024
1024
1025
1025
**type **: ``integer `` **default **: ``0 ``
1026
1026
1027
- This is how many seconds to wait between updating/writing the session metadata. This
1028
- can be useful if, for some reason, you want to limit the frequency at which the
1029
- session persists.
1030
-
1031
- Starting in Symfony 3.4, session data is *only * written when the session data has
1032
- changed. Previously, you needed to set this option to avoid that behavior.
1027
+ This is how many seconds to wait between updating/writing the session metadata.
1028
+ This can be useful if, for some reason, you want to limit the frequency at which
1029
+ the session persists, instead of doing that on every request.
1033
1030
1034
1031
.. _reference-session-enabled :
1035
1032
You can’t perform that action at this time.
0 commit comments