Update HttpSession.php

This commit is contained in:
Dennis Eichhorn 2017-09-05 13:20:10 +02:00 committed by GitHub
parent 6a4024d24e
commit 820f079ca4

View File

@ -206,6 +206,7 @@ class HttpSession implements SessionInterface
private function destroy() /* : void */
{
session_destroy();
$this->sessionData = [];
session_start();
}