I am facing a session loss issue while integrating FB login to the application. FB login gets succeeded, when user get redireced to my app it creates Auth session.
$this->Auth->login($user['User']); $this->redirect('/dashboard');
After redirecting it looses the session & redirect user to the login page.
I am just reading some articles, and trying out the solutions but nothing helped till.
Thanks, Vijay