Edit file File name : log-out.php Content :<?php session_start(); unset($_SESSION["login"]); unset($_SESSION["Name"]); unset($_SESSION["Name"]); unset($_SESSION["Password"]); header('location: ./'); Save