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
-~----------~----~----~----~------~----~------~--~---

Reply via email to