session persistent

Hi,

I am implementing an accessControl to my app

the problem is when a user login as admin and print the Yii::app()->user gives me this:

but when i change to different controller action the [_access:private] is null like this:

anyone can give a clue about what am doing wrong or whatś missing?

why can be persistent the user role.

thanks!

Are you actually editing framework classes? It seems so.

Hi

I have not edited any framework classes

I just following the RBAC from the framework, but i dont know why cannot keep the access role through the controllers,

just keep it logged, but not the role.