Revert "merged branch guilhermeblanco/patch-6 (PR #4456)"

This reverts commit 6c527b6282, reversing
changes made to 223d187abc.
This commit is contained in:
Fabien Potencier 2012-08-14 19:34:30 +02:00
parent fa4f9f58ff
commit 826f5122e9
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ class TestSessionListener implements EventSubscriberInterface
if ($cookies->has($session->getName())) {
$session->setId($cookies->get($session->getName()));
} else {
$session->migrate(false);
}
}