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