Skip to content

Commit a26e66c

Browse files
committed
merged branch stloyd/framework_session_fix (PR symfony#4460)
Commits ------- 2e299aa [FrameworkBundle] Sync with latest changes in session handlers Discussion ---------- [FrameworkBundle] Sync with latest changes in session handlers Bug fix: yes Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: symfony#4458 --------------------------------------------------------------------------- by travisbot at 2012-05-30T10:12:54Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1475863) (merged 2e299aa into f5355f6).
2 parents f5355f6 + 2e299aa commit a26e66c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ private function registerSessionConfiguration(array $config, ContainerBuilder $c
320320
'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener',
321321
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface',
322322
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage',
323-
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\NativeSessionHandler',
324-
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\AbstractProxy',
325-
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\SessionHandlerProxy',
323+
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\FileSessionHandler',
324+
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy',
325+
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy',
326326
$container->getDefinition('session')->getClass(),
327327
));
328328

0 commit comments

Comments
 (0)