Use the unset php command to remove them or - probably more efficient - create a user_profiles table and a User hasOne UserProfile relationship.
Jeremy Burns Class Outfit [email protected] http://www.classoutfit.com On 18 Sep 2010, at 22:09, Mariano C. wrote: > I have a table users, associated to model User and so on... > When I logged in, row associated to my account info, will be > automatically saved as session. > There's a lot of field inside users/User that i don't need to save as > session, how can I exclude it? > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
