Re: Auth component and which fields must be saved in session

2009-10-17 Thread robustsolution
you have two choices either you hack your customized/personalized \app\controllers \components\auth.php file (not recommened if you are not expert and if you do not need it as in this case) ORR you have to put it in a controller callback so a check done one time if (!array_key_exists('reque

Auth component and which fields must be saved in session

2009-10-17 Thread marco.rizze...@gmail.com
Hi I use the Auth component to login in my application. I have noted that when the login is correct all fields of User model are saved in the session. How can I do so only some fields are saved in session and the other not? Thanks Marco --~--~-~--~~~---~--~~ You rec