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.