File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ private function addSessionSection(ArrayNodeDefinition $rootNode)
492492 ->scalarNode ('gc_maxlifetime ' )->end ()
493493 ->scalarNode ('save_path ' )->defaultValue ('%kernel.cache_dir%/sessions ' )->end ()
494494 ->integerNode ('metadata_update_threshold ' )
495- ->defaultValue (' 0 ' )
495+ ->defaultValue (0 )
496496 ->info ('seconds to wait between 2 session metadata updates ' )
497497 ->end ()
498498 ->end ()
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ protected static function getBundleDefaultConfig()
235235 'cookie_samesite ' => null ,
236236 'gc_probability ' => 1 ,
237237 'save_path ' => '%kernel.cache_dir%/sessions ' ,
238- 'metadata_update_threshold ' => ' 0 ' ,
238+ 'metadata_update_threshold ' => 0 ,
239239 ),
240240 'request ' => array (
241241 'enabled ' => false ,
You can’t perform that action at this time.
0 commit comments