diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index e160f9f9ca1..752f538405d 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -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: