Zkuste funkci odhlášení takto ... function logout() { session_start(); $_SESSION = array(); session_destroy(); }