Posted by:
CyberSpatium
(---.hsd1.or.comcast.net)
For some reason, the default session directory set in the php.ini file by WAMP is an ok location, but it does not work. So, you need to change this setting.
Find this line:
session.save_path = "C:\WAMP\tmp"
Change it to this:
session.save_path = "C:\WINDOWS\Temp"
Now, save the file, restart apache so the new settings will take effect, and sessions will now work for you.
Post Edited (03-12-06 15:54)
CyberSpatium----------------------WAMP Forum Admin
Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.