GIF89a php
Current File : /home/hencockfreshchic/public_html/admin.cpanel/logout.php
<?php
$page=$_GET['page'];

session_start();
$_SESSION["weburl"]="";
$_SESSION["usersr"]="";
$_SESSION["user_idd"]="";
$_SESSION["user_typee"]="";
$_SESSION["user_namee"]="";
//unset($_SESSION["mob"]);
//unset($_SESSION["weburl"]);  // where $_SESSION["nome"] is your own variable. if you do not have one use only this as follow **session_unset();**
//session_unset();


				setcookie("ecom_urll","", time()+1000);
				setcookie("user_idd", "", time()+1000);
				setcookie("user_typee","", time()+1000);  // set cookies
				setcookie("user_namee","", time()+1000);  // set cookies


	header("Location: login.php");

?>