8000 Merge pull request #333 · symfony/recipes@43f48db · GitHub
[go: up one dir, main page]

Skip to content

Commit 43f48db

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #333
2 parents cc69e38 + adf2c2d commit 43f48db

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

symfony/framework-bundle/3.3/config/packages/framework.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ framework:
44
#csrf_protection: ~
55
#http_method_override: true
66

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: ~
1111

1212
#esi: ~
1313
#fragments: ~
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
framework:
22
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

0 commit comments

Comments
 (0)
0