View Single Post
Old 07-14-2012, 08:38 PM   PM User | #2
Redcoder
Regular Coder

 
Redcoder's Avatar
 
Join Date: May 2012
Location: /dev/couch
Posts: 309
Thanks: 2
Thanked 46 Times in 45 Posts
Redcoder has a little shameless behaviour in the past
I'm sure many companies/sites use it. It's the same as during signup when a site sends you an expiring confirmation link.
That can be easily achieved using a server side language like PHP and a database like MySQL. Thats the 'dynamic websites' idea.

And use cron jobs to delete expired access codes.

And other stuff and logic but basically, it can be easily done.

Last edited by Redcoder; 07-15-2012 at 10:46 AM..
Redcoder is offline   Reply With Quote