java - mail validation suggestions -


i using thing signup page, after user finishes registeration form email send him including link when pressed redirect him page confirm registration , suggestions how google app engine (even concept)

  • create guid - java.util.uuid.
  • put guid database table along timestamp
  • generate confirmation link guid parameter , email user
  • once link hit user, check passed guid exist in db (and valid, not expired), complete registration , delete guid record database

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -