Can't login to sitecake after install

I installed sitecake and the test site in a subdirectory on my website. but it can’t log into it.
I enter the admin password as ‘admin’… I get no error, just reloads the login dialog.

The error in the php log is this.

[22-Jan-2016 15:21:57 UTC] PHP Warning: SessionHandler::write(): open({godaddysharedhostingpath}tmp/sess_q306qkfpeeg3vu48ivp7ckj467, O_RDWR) failed:
No such file or directory (2) in {godaddysharedhostingpath}html/sitecaketest/sitecake/2.2.10/server/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php on line 77

Got it to work!!!
I have did the following:
Setting Permission on all the directories and files for sitecake.
per http://stackoverflow.com/questions/18937195/symfony2-error-sessionhandlerread

Changed the session.save_path setting to a writable directory in php5.ini on my site.

:smile: