For some reason under SUEXEC I don't have write access to "/tmp". I resolved this by creating a folder called "tmp" (or foo) and place it within the package with a php.ini containing:
session.save_path = tmp
Log in to post a comment.