It would be nice if CWebUser (and other classes) use Yii::app()->session object instead of $_SESSION
It would be nice if CWebUser (and other classes) use Yii::app()->session object instead of $_SESSION
Out of sheer interest: What would be the gain in that? Yii’s configured session driver will take care of $_SESSION in the end anyways.