Nice bit here from the wiki:
# You're not allowed to write to the session.save_path
# Open config.php and find
//session_save_path('/home/SOMETHING/tmp');
# Change to something like
session_save_path('/home/SOMETHING/tmp');
# Be shure /home/SOMETHING/tmp is writeable (chmod 777 if necesary)
Search is your friend