logout.php 145 Bytes Edit 1 2 3 4 5 6 7 <?php session_start(); if(session_destroy()) // Destroying All Sessions { header("Location: booking_page.php"); // Redirecting To Home Page } ?>