Yep, all that is set. both servers are setup very close to each other. The webserver runs redhat 8.1 with php 4.1.2 and it works great. I think my local server is screwed up because I got it working at one point and now it won't work again.
I tried it like this for a while and it worked, but now its not working at all again either way.
Example:
$session->set('login', "test");
Will register login
$session->set("login", "test");
Will NOT register login.
The session is started in both ways, however. Now, I can't get them to work in any way I write it.
I'll try reinstalling php.