Hello,
I just read Messages documentation 
(http://docs.djangoproject.com/en/1.2/ref/contrib/messages/#behavior-of-parallel-requests),
 and in the "Behavior of parallel requests" section is this note:

"...Note that this is typically not a problem in most applications and will 
become a non-issue in HTML5, where each window/tab will have its own browsing 
context."

What does it exactly mean please? For example, If I have website in HTML5 and 
have opened several tabs pointing to same website, there is no problem with 
"shared" cookie between tabs? So if application in first tab set  message in 
cookie, this cookie will be hidden from other tabs?

Thank you for clarification
Michal

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to