File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
symfony/framework-bundle/3.3/config/packages Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ framework:
4
4
# csrf_protection: ~
5
5
# http_method_override: true
6
6
7
- # uncomment this entire section to enable sessions
8
- # session:
9
- # # With this config, PHP's native session handling is used
10
- # handler_id: ~
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.
9
+ session :
10
+ handler_id : ~
11
11
12
12
# esi: ~
13
13
# fragments: ~
Original file line number Diff line number Diff line change 1
1
framework :
2
2
test : ~
3
- # Uncomment this section if you're using sessions
4
- # session:
5
- # storage_id: session.storage.mock_file
3
+ session :
4
+ storage_id : session.storage.mock_file
You can’t perform that action at this time.
0 commit comments