PDA

View Full Version : keep repeat users out


GO ILLINI
02-26-2006, 05:25 AM
What would be the best way to keep users from going to a page more then once in a day?
The way I see it there are tons of ways to do it, but what is the best?
cookies? sessions? IP check?


Thanks,
ILLINI

SpirtOfGrandeur
02-26-2006, 05:31 PM
A combination of them all is what you need to use to even stand a chance, but even then you do run the risk of missing some people.

degsy
02-27-2006, 03:52 PM
You could also use a membership system then you can log a time for the user.

arnyinc
02-27-2006, 04:14 PM
A membership system would be the only way you could come close. Even then, I have approximately a billion email addresses and could register many times.

GO ILLINI
02-27-2006, 09:37 PM
membership is out... This is for a rate an image page(i have an inage gallery site) and dont want to have to have users register/login to rate something.

I will probably just cobble together cookies, sessions, and mayb something like an e-mail check...



ILLINI