Looks like I can post question but I cannot post images at all...
Not sure if QA is compatible with php5.5.30 or a server configuration issue????
BTW, just in case I need to put this here too: Session path is correct
session.save_path = /tmp
And chomed correctly
session.save_path defines the argument which is passed to the save handler. If you choose the default files handler, this is the path where the files are created. Defaults to /tmp.