carlwenrich wrote:
> Thanks. I like the hidden input type idea.

In practice it's harder. You will clutter your code with unnecessary 
serialization and deserializations, you will have to always remember to 
add values both in views and templates. And if you want to pass them not 
over form submits but by links you will have to include these parameters 
into links all over templates (which effectively disables use of 
standard Django linking mechanism 'get_absolute_url') etc...

In other words it will lead to an unmaintainable code.

> About sessions, do they
> still work if the user's browser doesn't accept cookies?

They don't. But in current web cookies are pretty much a requirement for 
sane browsing anyway so in practice they are enabled in almost all browsers.

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

Reply via email to