Page 1 of 1

[SOLVED] iis session php config not working

Posted: Tue Nov 04, 2003 10:21 am
by Castles
Hi, I have installed php using iis and it is all working fine, except for session variables.. I sat here staring at the screen trying to work out why my script wasn't working and then I tried the script online and it worked fine... doh.. anyway.. I don't receive any errors.. sessions just don't work. I'm asuming my problem is due to settings in my php.ini file as I didn't change any session stuff when I installed php. What are good settings to enable sessions?

Posted: Tue Nov 04, 2003 10:26 am
by twigletmac
Moved to PHP - Code forum.

Check out this thread to solve your problem:
viewtopic.php?t=8168&highlight=sessions+windows+tmp

Mac

Posted: Tue Nov 04, 2003 8:11 pm
by Castles
ahh, thanks.. i just had to make the session folder and change the session.save_path thingo in the php.ini and it all worked.. I didn't even have to change permissions.