On 20061207.0851, Adrian Holovaty said ...
> This would be a great addition. Rather than requiring sessions, what
> do you think of passing intermediate form data in hidden fields? It's
> simpler, it wouldn't require cookies and I can't immediately think of
> any downsides to the approach.

One downside:

If the user closes their browser (or the OS crashes, or any number of
other things), if the state so far is in sessions tied to a cookie, they
can jump to where they left off.  If all state is in the forms and not
stored anywhere, they cannot.


Depending on the situation, that could be a downside or that could be
intentional and wanted.

-Rob

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to