1 # see https://symfony.com/doc/current/reference/configuration/framework.html
 
   3     secret: '%env(APP_SECRET)%'
 
   5     http_method_override: false
 
   7     # Enables session support. Note that the session will ONLY be started if you read or write from it.
 
   8     # Remove or comment this section to explicitly disable session support.
 
  13         storage_factory_id: session.storage.factory.native
 
  24             storage_factory_id: session.storage.factory.mock_file