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
On the first page (test1.php),
On the second page (test2.php),