From 3f10493a54c03da2fad70ff1447224b81dea4930 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 22 Nov 2017 08:20:26 -0600 Subject: [PATCH] Making it more clear how to enable sessions --- symfony/framework-bundle/3.3/config/packages/framework.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/symfony/framework-bundle/3.3/config/packages/framework.yaml b/symfony/framework-bundle/3.3/config/packages/framework.yaml index 297687e8..bc68ab73 100644 --- a/symfony/framework-bundle/3.3/config/packages/framework.yaml +++ b/symfony/framework-bundle/3.3/config/packages/framework.yaml @@ -4,10 +4,12 @@ framework: #csrf_protection: ~ #http_method_override: true #trusted_hosts: ~ - # https://symfony.com/doc/current/reference/configuration/framework.html#handler-id + + # uncomment this entire section to enable sessions #session: - # # The native PHP session handler will be used + # # With this config, PHP's native session handling is used # handler_id: ~ + #esi: ~ #fragments: ~ php_errors: