What I ended up doing was creating my own database-driven solution.
Turns out to be pretty simple. You don't need encryption since all you
have to store on the client is a key. So, I just used md5 hashing to
create a key in a cookie, and added a table and model for the session
information. Authenticating the cookie then just involves looking up
the table row that matches the key, and (optionally) verifying against
other information.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to