Hãy thử chức năng đăng xuất như thế này ...
function logout() {
session_start();
$_SESSION = array();
session_destroy();
}
Hãy thử chức năng đăng xuất như thế này ...
function logout() {
session_start();
$_SESSION = array();
session_destroy();
}