On Nov 23, 2007 6:50 PM, MrTufty <[EMAIL PROTECTED]> wrote: > > I'm trying to implement a remember me function - I initially thought > Chris' most recent post on the subject would help me out, but perhaps > I'm just not understanding how the pieces fit together.
MrTufty, Well, all you really need to do is put the code that looks for the cookie in your beforeFilter(). That's all I had to do to make it work. However, you might want to put this in AppController::beforeFilter() if you need auth to be application wide. Hope that helps. -- Chris Hartjes My motto for 2007: "Just build it, damnit!" @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
