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
Make sure both pages are on the same domain. Even www.site.com is different than site.com
Using echo session_id(); also helps identifying your session_id on each page, make sure there are the same