From 56c2f01d8e94035fff7a95ba2ef2d0f9387e90c8 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 9 Oct 2017 10:16:56 -0500 Subject: [PATCH] Use the native PHP session handler by default (#209) --- symfony/framework-bundle/3.3/config/packages/framework.yaml | 4 ++-- 1 file changed, 2 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 76e742a9..297687e8 100644 --- a/symfony/framework-bundle/3.3/config/packages/framework.yaml +++ b/symfony/framework-bundle/3.3/config/packages/framework.yaml @@ -6,8 +6,8 @@ framework: #trusted_hosts: ~ # https://symfony.com/doc/current/reference/configuration/framework.html#handler-id #session: - # handler_id: session.handler.native_file - # save_path: '%kernel.project_dir%/var/sessions/%kernel.environment%' + # # The native PHP session handler will be used + # handler_id: ~ #esi: ~ #fragments: ~ php_errors: