Can we do that? For example to test the session value on each page
if($_SESSION['value']) {blah blah} else {echo "authentication reguired";}
$_SESSION['value'] comes from the login page 🙂
Is that valid or safe?
Is this possible?