session_start(); $_SESSION['statushandling'] = false; $_SESSION['esalehandling'] = false; $_SESSION['customerhandling'] = false; setcookie("setCustomer", "0" , time() + 93600, "/"); // 1 hour. setcookie("UpdateCustomer", "0", time() + (86400 * 30), "/"); // 86400 = 1 day ?>