Yeah, PHP is trying to create a temporary file on your server to store the session data, but it can't.
Make sure the session save path directory specified in php.ini exists, and that the webserver/php user has permission to read/write in that directory.
Take care,
Nik
http://www.bigaction.org/