<?php session_start(); if (isset($_SESSION['city'])) { unset($_SESSION['city']); } header('Location: login2.php'); ?>