I think that maybe what the error wants to tell you is that it can't create the file /tmp\sess_blahblah
Try configuring the directive session.save_path in your php.ini configuration file with something like this
session.save_path = "C:/temp"
Make sure that C:\temp exists
Anyway, I really don't know if this is the reason for your error, but I hope this helps.
Regards
inkel
PS: excuse my english, I'm from Argentina