|
I always check to see if the database already has a set of matching records, assuming your input contains 1 piece of data that always has to be unique, a username for instance), then use that.
A cookie would also work, BUT, if someone submits then deletes their cookies and refreshes, it would most likely be entered again.
|