External Login

Hi everyone,

I am finishing my first Yii application (and second full application) and I am having a really hard time to figure this out.

I am not using a the regular login form to authenticate to my site, I authenticate by sending a AJAX POST request from a Joomla Site and then create the session on Yii (can’t use joomla authentication because joomla authenticate from an external source). The thing is that I managed to login to Yii from Joomla but the big problem is that it only works on Firefox. When I try to login using Chrome or IE, as I navigate to my Yii site, the user is not authenticated but in firefox the user is logged on.

I Appreciate any help

Check the console in Chrome, if the response to that ajax request is the same as in Firefox.