I have a login screen that I force to be ssl, so like this: https://www.foobar.com/login then after they login, they get moved to the homepage: https://www.foobar.com/dashba
Just bumped into this problem, I commented the following and it worked fine:
<br />ini_set('session.name', Configure::read('Session.cookie')); <br /> from session.php (/cake/lib/session.php, line 480~)