Could you please explain what you did to store the session info in the
database? I am trying to set up something just like that.
Thanks

On 5/29/06, Dave <[EMAIL PROTECTED]> wrote:
>
> 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to