On Tue, Jun 22, 2010 at 12:30 PM, Waleria <[email protected]> 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 [email protected]. 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.

