ok - my advice would be to create a function in app_controller that would:
a) get the model ($model = $this->Auth->getModel())
b) query it for new data for the specific id
c) write the data to session $this->Session->write('Auth', $data);On Thu, Apr 24, 2008 at 4:20 PM, Chris Hartjes <[EMAIL PROTECTED]> wrote: > > On Thu, Apr 24, 2008 at 10:07 AM, aranworld <[EMAIL PROTECTED]> wrote: > > > > What about this? > > > > 1) after saving new database info, write new username / password to a > > cookie > > 2) destroy current session data > > 3) autologin using the information from the cookie > > > > This page should help a bit: > > > http://www.littlehart.net/atthekeyboard/2007/11/20/follow-up-to-a-hopefully-usefull-tutorial-for-using-cakephps-auth-component/ > > > > /me cackles with glee at another potential page hit :) > > -- > Chris Hartjes > Internet Loudmouth > Motto for 2008: "Moving from herding elephants to handling snakes..." > @TheKeyBoard: http://www.littlehart.net/atthekeyboard > > > > > > -- Marcin Domanski http://kabturek.info --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
