On Jul 5, 10:13 am, Tim Chase <[EMAIL PROTECTED]> wrote: > ... > To prevent this, you need to uniquely identify the page from > which it was submitted (a hash of the IP address, timestamp the > form was generated, user info, whatever) ...
You might want to consider a uuid: import uuid uuid.uuid4() That should give you less false positives in identifying duplicate form submissions. Doug Van Horn --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---