ok
Direktori : /home2/selectio/public_html/tnpsctestbatch.com/ |
Current File : /home2/selectio/public_html/tnpsctestbatch.com/logout.php |
<?php ob_start(); session_start(); include 'config/config.php'; unset($_SESSION['user_exam']); session_destroy(); setcookie("Name", "", time() - 60, '/', 'tnpsctestbatch.com' ); setcookie("users_id", "", time() - 60, '/', 'tnpsctestbatch.com' ); setcookie("exam_type", "", time() - 60, '/', 'tnpsctestbatch.com' ); header("location: index.php"); ?>