From ff91b9aed009e0a121c53874ad3f4021784abcff Mon Sep 17 00:00:00 2001 From: Drak Date: Sat, 14 Jul 2012 18:24:10 +0100 Subject: [PATCH] [FrameworkBundle] Make FlashBag the default. This makes the full stack framework ESI compatible. --- src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml index 871ea3ab9c..a89cf9a173 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml @@ -6,7 +6,7 @@ Symfony\Component\HttpFoundation\Session\Session - Symfony\Component\HttpFoundation\Session\Flash\AutoExpireFlashBag + Symfony\Component\HttpFoundation\Session\Flash\FlashBag Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage