if (time() > $_SESSION['vaktiGeldi'])
{
session_destroy();
header("Location:login.php");
}