Hi Devo, The reqestAction will be run for all controllers, including the login controller within the requestAction call, hence the loop.
You need only introduce some logic to break the chain e.g. define the beforeFilter in your login controller and DON'T call the parent. HTH, AD7six --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
