Ok I set up a session... but now how do I make it work on my other pages?
I tried doing
@session_start(); if(isset($_SESSION[\'$userName\'])) { ec
NOTE: User must not access home page without going through login page.