Isn't the session a natural place to store these kinds of things? Is there a reason for the avoidance of sessions? Are they buggy? Do they require some sort of over-head people are trying to avoid?
Just curious, Rob On 20061211.1152, Kevin said ... > > I like the idea of storing an encoded-pickled version of the form data > in a hidden field. I'm concerned about privacy implications with > sharing that data with the client. What about encrypting the contents > too? The server could have a private key that it encrypts the > serialized form data and decrypts on submission. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
