verifyUser()){
$_SESSION['bruker']->access();
echo "Velkommen
";
echo $_SESSION['bruker']->getFullName();
echo " - antall besok er ";
echo $_SESSION['bruker']->getHits()."
";
// print_r ($_SESSION);
}
else {
echo "Session hijacked....";
}
?>
is necessary to preserve the session id
# in the case that the user has disabled cookies
?>
To continue, click here
To continue, click here