Link to home
Start Free TrialLog in
Avatar of spathiphylum
spathiphylum

asked on

email expiring links?


i want to implement an authentication scheme where the user enters his/her email in a form and once they hit submit, they are sent an email with a link.  once they click the link, a cookie is put on their machine.  the only catch is that i want the link to expire: they would have to click it within 2 hours from the time the email was sent.  
ASKER CERTIFIED SOLUTION
Avatar of lozloz
lozloz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of spathiphylum
spathiphylum

ASKER

thanks guys.  i'm going to take a look at these suggestions and award the points (maybe not til after the holidays though)
i haven't forgotten about these.   we've been looking them over, fixing the bugs.  if we're not done by next week this time, i'll just award the points anyway.   thanks for your patience

we actually ended up finding some quick-and-dirty code here
http://www.onlamp.com/pub/a/php/2002/12/05/one_time_URLs.html

but the encryption and database suggestions will come in handy as we look to make it more robust