When I give a value to Yii::app()->user->name and Yii::app()->user->id , then jump to another page. I find the Yii::app()->user->name turns out to be Guest and the id is set to be null (using IE), but it works well in chrome and Firefox. What’s the matter? Can anyone help me solve this problem? Thanks!
Thank u ! I found it’s a fault about IE settings. When I change settings in “privacy” tab, it works well now. Maybe I have to find another way to solve this problem.