mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-14 11:08:40 +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 */
|
||||
{
|
||||
session_destroy();
|
||||
$this->sessionData = [];
|
||||
session_start();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user