Click to See Complete Forum and Search --> : IP trigger


auto
07-22-2005, 07:35 PM
I have a link code in my webpage, and I want each visitor will reach it once, and only once.

Is there such script available? where I can find it?


Please advise. thanks.

buntine
07-22-2005, 08:33 PM
Can you elaborate a bit? Would this link be given to the user when they sign up, or when they initially visit the page?

There is no perfect way to do it because HTTP is stateless. But you may want to look into cookies.

Regards.