From 91f4f8aa3753b289f4ec5d453e721103393279df Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 11 Feb 2012 11:53:48 +0100 Subject: [PATCH] [HttpFoundation] changed default flash bag to auto-expires to keep BC --- 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 b4808f9a72..e0c5a7d816 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\FlashBag + Symfony\Component\HttpFoundation\Session\Flash\AutoExpireFlashBag Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag Symfony\Component\HttpFoundation\Session\Storage\NativeFileStorage Symfony\Component\HttpFoundation\Session\Storage\NullStorage