try to echo out session_id() just below your session_start() statement. If those two are not the same, you got a problem with your browser starting a new session for each request.
Just for eleminating that possibility
Just for eleminating that possibility
Comment