mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-17 00:01:06 +02:00
session_destroy();
This commit is contained in:
parent
0dc79cd5c4
commit
f9fe261e55
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ class Admin
|
||||||
'httponly' => true,
|
'httponly' => true,
|
||||||
'samesite' => 'Lax',
|
'samesite' => 'Lax',
|
||||||
]);
|
]);
|
||||||
|
session_destroy();
|
||||||
unset($_COOKIE['aid']);
|
unset($_COOKIE['aid']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue