I had that same problem, all u need to do is change the directories, or create those that it points to by default...
example:
session.cookie_path = "d:\website"
session.save_path = "d:\website\temp"
and bingo... it should work if those paths exist.
very simple