mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 21:18:39 +00:00
Update HttpSession.php
This commit is contained in:
parent
6a4024d24e
commit
820f079ca4
|
|
@ -206,6 +206,7 @@ class HttpSession implements SessionInterface
|
||||||
private function destroy() /* : void */
|
private function destroy() /* : void */
|
||||||
{
|
{
|
||||||
session_destroy();
|
session_destroy();
|
||||||
|
$this->sessionData = [];
|
||||||
session_start();
|
session_start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user