include('conection.php');
$db=new Database();
session_start();
echo "<div style=' background-color:white; border:solid white'>".$_SESSION['uid']."</div>";
if(!(isset(**$_SESSION['uid']**)))
{
header('location:index.php');
}
if(isset($_REQUEST['admin']))
{
if(base64_decode($_REQUEST['admin'])!=='over779656')
{
header('location:index.php');
}
}
$r=explode(" ",base64_decode($_REQUEST['final']));
**$_SESSION['uid']**
value of this variable is getting unset after time cross 2 hours or some more than that, why is it so, even i am not unssetting any variable, is there any server problem or any browser problem