I got this error under windows until I changed the session.save_path in php.ini to point to where I wanted the session data saved. If you are under UNIX I'm not sure exactly what the problem is.
ex. session.save_path = C:\joe\bill
In Unix, there's no "c drive". You'll need to use /tmp or something
Diego