On Tue, Jun 22, 2010 at 12:30 PM, Waleria <waleriantu...@gmail.com> wrote:
> my application doesn't use DB....not able to do this without using the
> Random? ... without DB?

you only need some unique identifier.  it can be random, or an UUID,
if you can track it, maybe in a cookie, or passed on URL parameters,
or if you're using sessions, try the session ID.  or the IP/port of
the client..... anything that can be different but consistent.

-- 
Javier

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