इस तरह लॉगआउट फ़ंक्शन आज़माएं ... function logout() { session_start(); $_SESSION = array(); session_destroy(); }