It's all in the regular PHP $_SESSION. You can modify $_SESION['Auth']['User']['whatever'].
debug($_SESSION) to see the structure. On Tue, Aug 18, 2009 at 2:14 PM, Andreas<[email protected]> wrote: > > Hey all! > > I have a form, where the user can change his data, like first and last > name. how can i update the data thats inside $this->Auth->user() after > editing the model via the form? i dont want to logout and relogin the > user again only to update the session data... > > is there an elegant way to do so? > > greets > Andreas > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
