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``:
10241024
10251025**type **: ``integer `` **default **: ``0 ``
10261026
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.
10331030
10341031.. _reference-session-enabled :
10351032
You can’t perform that action at this time.
0 commit comments