I have just installed php and apache locally on my computer. I have set the sessions.savepath to something reasonable, and assume that I have done this right because the PHP is being processed by the apache server, BUT when I load items into the $_SESSION[] array they will not survive from page to page, and yes I am using session_start() at the very top() (a.k.a. 1st line of my code). I know that the browser isn't an issue because when I load session enabled sites while surfing the web everything works fine. The only thing I can come up with is that maybe this is a configuration issue. Any useful feedback would be greatly appreciated.
one more thing... I know the code works because I just tested in on another box, and the code works like a dream, not a nightmare.