|
And if you're worried about people passing the links along to others, you can add a date field to the table, something like "LinkExpireDateTime". When the user clicks on the link, before allowing download, the script could compare the system date to the "LinkExpireDateTime" value, and if the system date is earlier than the "LinkExpireDateTime", then you can allow the download. Otherwise, display a message that says the link is expired.
|