Skip to content

Commit

Permalink
Merge branch '4.4' into 5.0
Browse files Browse the repository at this point in the history
* 4.4:
  Update the metadata_update_threshold description
  • Loading branch information
javiereguiluz committed Apr 8, 2020
2 parents e9967f3 + 8278533 commit 1993834
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions reference/configuration/framework.rst
Expand Up @@ -1490,12 +1490,9 @@ metadata_update_threshold

**type**: ``integer`` **default**: ``0``

This is how many seconds to wait between updating/writing the session metadata. This
can be useful if, for some reason, you want to limit the frequency at which the
session persists.

Starting in Symfony 3.4, session data is *only* written when the session data has
changed. Previously, you needed to set this option to avoid that behavior.
This is how many seconds to wait between updating/writing the session metadata.
This can be useful if, for some reason, you want to limit the frequency at which
the session persists, instead of doing that on every request.

.. _reference-session-enabled:

Expand Down

0 comments on commit 1993834

Please sign in to comment.