I am using HybridAuth social plugin in my website to login from facebook and other websites,
everything is working fine, but when I checked on other computers, there
After adding this on top of my controller it started working
if (session_status() == PHP_SESSION_NONE) { @session_id($_COOKIE['CAKEPHP']); @session_start(); @session_name('CAKEPHP'); }
Read here https://github.com/hybridauth/CakePHP-HybridAuth/pull/1