Page 1 of 1

Setting up sessions ---- HELLO????

Posted: Tue Aug 26, 2003 9:21 am
by ericsodt
I am starting each page with " <? start_session() ?> and I am getting an error about cache or something. I have the global set to on in the ini file, however it is still not working....

What do I have to change in my php.ini file to in order to enable session variables??

Basically how do I set them up, from setting the ini file to anything else that I might be leaving out...

thanks guys

Posted: Tue Aug 26, 2003 10:51 pm
by JAM
about cache or something
Can we get a more specific error? Looks like you are missing the /tmp/ directory, but I'm not sure...

Posted: Wed Aug 27, 2003 10:30 am
by ericsodt
I wish I had written it down, however I am at work and have no way of knowing... can you just go over how to enable sessions in the ini file, just so I can compare
JAM wrote:
about cache or something
{/quote]
Can we get a more specific error? Looks like you are missing the /tmp/ directory, but I'm not sure...

Posted: Wed Aug 27, 2003 10:39 am
by JAM
Well, the area is pretty long, so I recommend http://se.php.net/manual/en/ref.session.php as a very good start. Still no luck, write down the error and return it here and we'll take it from there if noone else knows the problem straight up.

Good luck...