File tree Expand file tree Collapse file tree 3 files changed +10
-74
lines changed Expand file tree Collapse file tree 3 files changed +10
-74
lines changed Original file line number Diff line number Diff line change 194194/cookbook/psr7 /components/psr7
195195/cookbook/request/index /request
196196/cookbook/request/load_balancer_reverse_proxy /deployment/proxies
197- /cookbook/request/mime_type /reference/configuration/framework#formats
197+ /cookbook/request/mime_type /reference/configuration/framework
198198/cookbook/routing/conditions /routing/conditions
199199/cookbook/routing/custom_route_loader /routing/custom_route_loader
200200/cookbook/routing/debug /routing/debug
244244/cookbook/service_container/shared /service_container/shared
245245/cookbook/session/avoid_session_start /session/avoid_session_start
246246/cookbook/session/index /session
247- /cookbook/session/limit_metadata_writes /session/limit_metadata_writes
247+ /cookbook/session/limit_metadata_writes /reference/configuration/framework
248+ /session/limit_metadata_writes /reference/configuration/framework
248249/cookbook/session/locale_sticky_session /session/locale_sticky_session
249250/cookbook/session/php_bridge /session/php_bridge
250251/cookbook/session/proxy_examples /session/proxy_examples
Original file line number Diff line number Diff line change @@ -890,18 +890,19 @@ setting the value to ``null``:
890890 ),
891891 ));
892892
893+ .. _reference-session-metadata-update-threshold :
894+
893895metadata_update_threshold
894896.........................
895897
896898**type **: ``integer `` **default **: ``0 ``
897899
898- This is how many seconds to wait between two session metadata updates. It will
899- also prevent the session handler to write if the session has not changed.
900-
901- .. seealso ::
900+ This is how many seconds to wait between updating/writing the session metadata. This
901+ can be useful if, for some reason, you want to limit the frequency at which the
902+ session persists.
902903
903- You can see an example of the usage of this in
904- :doc: ` /session/limit_metadata_writes ` .
904+ Starting in Symfony 3.4, session data is * only * written when the session data has
905+ changed. Previously, you needed to set this option to avoid that behavior .
905906
906907assets
907908~~~~~~
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments