Hey Guys,
Getting a bit po-d here.
Why is this statement producing a true, even if the session array is empty ? (Checked through print_r($_SESSION -> array() ). Closed all windows, opened a new browserwindow, opened the page.. Still the same error. Emptied all temp files / cookies / .. -> It is not caching..
if(isset($_SESSION['authorisatie']));
{
echo "logged_in";
}
Output: logged_in
I am confused here...
J