The most secure way I've seen to implement "remember me" cookies is as a one-time login ticket. Once the ticket is used, a different one is issued, and the original is deleted from the server. Neither the encrypted nor the cleartext password crosses the wire unless a remember cookie expires or the user logs in from a different machine.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
