# see https://symfony.com/doc/current/reference/configuration/framework.html framework: secret: '%env(APP_SECRET)%' # Note that the session will be started ONLY if you read or write from it. session: enabled: true cookie_lifetime: 604800 # 1 week cookie_secure: false cookie_httponly: true cookie_samesite: 'lax' #esi: true #fragments: true http_client: default_options: verify_peer: false when@test: framework: test: true session: storage_factory_id: session.storage.factory.mock_file