mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
[symfony/framework-bundle] Enable session support by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user