I\'m writing a user login system, and I (like so many others) am having a problem with my sessions.
Here\'s the pointer from the login script when the inputs are validat
use
ob_start(); @session_start();
on the top of the both page