I still can't get this to work:
I have added this to my app controler:
var $components = array('Auth');
and then to all my other controllers where I want to allow access to
certain cations I did:
function beforeFilter()
{
$this->Auth->allow('action1', 'action2', ect..);
}
It appears to work when I first set it up but then if I check back
1-2hrs later nothing work and I get the error I shared with you in my
last reply.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---