[symfony/framework-bundle] Enable session support by default

This commit is contained in:
Nicolas Grekas
2018-01-08 19:45:57 +01:00
parent 3cb189ae34
commit adf2c2d293
2 changed files with 6 additions and 7 deletions
@@ -4,10 +4,10 @@ framework:
#csrf_protection: ~
#http_method_override: true
# uncomment this entire section to enable sessions
#session:
# # With this config, PHP's native session handling is used
# handler_id: ~
# Enables session support. Note that the session will ONLY be started if you read or write from it.
# Remove or comment this section to explicitly disable session support.
session:
handler_id: ~
#esi: ~
#fragments: ~
@@ -1,5 +1,4 @@
framework:
test: ~
# Uncomment this section if you're using sessions
#session:
# storage_id: session.storage.mock_file
session:
storage_id: session.storage.mock_file