Hi,

I use code based on "session based messages" from:
http://code.djangoproject.com/ticket/4604

What I don't like: There are two database hits, which are not necessary:
Store message in session-pickle
and pop message from session-pickle.

I found this:
   http://www.djangosnippets.org/snippets/1064/
The (flash) message is stored in a cookie.

But I think the snippet is not thread safe. Has anyone a working example?

  Thomas


-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to