[SOLVED] Auth Issues via Google Chrome

Hi all,

I noticed strange issue - I just can’t authenticate any user in my test app while using Google Chrome. Everything works perfectly in any browsers, just does not work for Chrome.

Any experiences with similar issue?

My session config:


'session' => array(

			'autoStart' => true,

			'class' => 'CDbHttpSession',

			'connectionID' => 'db',

			'sessionTableName' => 'Sessions'

		),

I’m storing sessions in database.

I noticed funny thing: when I allow users to autoLogin via cookie by setting 'allowAutoLogin' => true, it works. But, when the checkbox is not checked it doesn’t. Weird.

Issue solved.

There was some incompatibility issues with yii-debug-toolbar extension. After disabling it, everything works perfectly.