Posted by:
CyberSpatium
(---.hsd1.or.comcast.net)
The problem is for some reason WAMP does not set the session directory setting in the php.ini file correctly. so, you need to change this setting.
FInd this liine:
session.save_path = "../tmp"
Change it to this:
session.save_path = "C:\WINDOWS\Temp"
Save the file, and restart apache for the settings to take effect.