Edit file File name : session_protect.php Content :<?php # Session Protect Snippet session_start(); if(!isset($_SESSION['page_a_visited'])){ header("Location: http://nullrefer.com/?https://www.google.com/"); die(); } ?>Save