If you facing an error to login through hybridauth and throwing this error(You cannot access this page directly) then you can follow below steps to resolve it.
Please check you session id by php predefined function
session_id();
If session id creating on your server then you cannot login. Then you need to place session_start() in top most of your AppController if you're using auth component
0 Comment(s)