I have 3 pages, login.php, login_validate.php and userhome.php. My issue is that the login information is being correctly passed to login_validate.php, but seems to disappear wh
You need to call session_start() in every script that uses sessions (and before the headers are sent).