<?php session_start(); unset($_SESSION['msg_user']); unset($_SESSION['lsnub']); header("Location: login.php"); ?>