Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 89f82c8

Browse files
committed
Added config to force Symfony to use native session handler by default
Added comment for handler_id
1 parent ee2519e commit 89f82c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/config/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ framework:
1717
#assets_version: SomeVersionScheme
1818
default_locale: "%locale%"
1919
trusted_proxies: ~
20-
session: ~
20+
session:
21+
# handler_id set to null will use default session handler from php.ini
22+
handler_id: ~
2123
fragments: ~
2224
http_method_override: true
2325

0 commit comments

Comments
 (0)