session_destroy();
This commit is contained in:
parent
0dc79cd5c4
commit
f9fe261e55
@ -114,6 +114,7 @@ class Admin
|
|||||||
'httponly' => true,
|
'httponly' => true,
|
||||||
'samesite' => 'Lax',
|
'samesite' => 'Lax',
|
||||||
]);
|
]);
|
||||||
|
session_destroy();
|
||||||
unset($_COOKIE['aid']);
|
unset($_COOKIE['aid']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user