HybridAuth issue when removing session_start() from top of controller in cakephp

377 views Asked by At

I can't use session_start() at top my controller as i am settings few sessions in my controller.. But if i don't add this at top of my controller the hybrid auth doesn't work at gets stuck at a page with error as below:

http://localhost/website/hybridauth/?hauth.start=Google&hauth.time=1400740729
You cannot access this page directly.

Anyone came with such situations?

0

There are 0 answers