[SOLVED] iis session php config not working

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Castles
Forum Newbie
Posts: 14
Joined: Tue Nov 04, 2003 10:21 am

[SOLVED] iis session php config not working

Post 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?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Moved to PHP - Code forum.

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

Mac
Castles
Forum Newbie
Posts: 14
Joined: Tue Nov 04, 2003 10:21 am

Post 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.
Post Reply