Wrong User After Authentication

Hi, I currently run Yii 1.14 and I am running into a couple of rare cases where the user is logged in as another user after logging in with their own credentials. This happened twice so far in the lifetime of my application.

I am not even sure where to start with this. I am using the default DB sessions. Anyone experienced this before?

-Simon

Can you elaborate more?

Can you post your UserIdentity.php, authenticate() function?

For those that ever run into this issue, please see: http://www.yiiframework.com/wiki/715/make-the-authentication-more-securely/