Back in May, I posted this question. I\'m trying to do the same thing again on a different app, but I haven\'t found a solution to this problem. I do have more information a
Instead of
$this->Session->write('Auth.redirect','/physicians/index');
you should use
setcookie("keys", value);