> > I'm looking for a way to set the cookie and session for > > admin routes only
> http://www.jamesfairhurst.co.uk/posts/view/creating_an_admin_section_... Thanks Sam, that article does shed light on how to create and delete sessions manually. I was hoping to use CakePHP's built-in session handling but limit it to only admin routes. As far as admin routes and authentication, I'm happy with how the Auth component works as it is now. After looking at it more, I realize it probably doesn't harm anything to set cookies and sessions for all visitors, even non-admin visitors. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
