I must have something funky with my new server setup. (Cent OS) These two simple lines of code give me a blank session id. Shouldn't a session id be automatically generated and assigned?
session_start();
echo "Your session_id=".session_id()."<br/>";
Thanks.