<?php
session_start();
if(session_destroy()) // Destroying All Sessions
{
header("Location: booking_page.php"); // Redirecting To Home Page
}
?>