<?php
//Start session
session_start();
//Check whether the session variable SESS_MEMBER_ID is present or not
if (!isset($_SESSION['password']) || (trim($_SESSION['password']) == '')) {
header("location: home-cyfjsnynyfxgyxnmjjybuvtnymtut.php");
exit();
}
$session_id=$_SESSION['password'];
?>