- You do not have to compare it yourself. the Security component will take care of this - I do not know what means the "Next , ..... ", I mean do not know how to interpret it. Maybe just reference it as to generate the key when the view is rendered.
On Sep 24, 12:11 am, beetlecube <[EMAIL PROTECTED]> wrote: > I'm reading in the manual that when using requireAuth, upon cakephp's > entrance into your controller action, the Secur component checks that > the auth key submitted through the POST, and the key that was placed > in a Session array element, are the same key. > > So of course I don't have to manually compare these two myself, with a > "==". ? > > -------------------- > > My other question is about this statement in the Manual: > > "Next, it sets the key in your controller, to be referenced > later." > > Is this in $this->params ? I guess I should I test myself by doing > a print_r. But figured I'd slip this in there. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
