Link Expiring How to

amberlamps

BANNED
Joined
Jun 24, 2010
Messages
331
Reaction score
145
Okay i found online somewhere a script after one click next time the visitor visit the site it will redirect him to a different page.

But i did not book mark it


I need to make a script that will do this. the visitor should only see my landing page once, and they next visit will redirect them to another landing page.


Anyhellp is nice
 
Basically, you would drop a cookie in your script, containing a key-value pair indicating the page has been viewed. At the top of your page, you check for that cookie, and redirect if its found. This could be implemented in pretty much any scipt language, PHP, ASP.Net, etc.
 
Back
Top