GIF89a
<?php $page=$_GET['page']; session_start(); $_SESSION["mob"]=""; $_SESSION["weburl"]=""; $_SESSION["usersr"]=""; $_SESSION["user_typee"]=""; //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(); $_SESSION["mob"]=""; header("Location: login.php"); ?>