<?php session_start();
unset($_SESSION['cusid']);
unset($_SESSION['INC_USER_ID']);
unset($_SESSION['INC_USER_NAME']);
unset($_SESSION['INC_USER_THUMB']);
unset($_SESSION['HTTP_USER_AGENT']);
session_unset();
session_destroy();
echo"<center style=\"font-family:tahoma\">You have successfully logged out";
?>
<script type="text/javascript">
<!--
function delayer(){
window.location = "index.php"
}
//-->
</script>
<body onLoad="setTimeout('delayer()', 2000)">