You get a bonus - 1 coin for daily activity. Now you have 1 coin

How to check whether a site visitor is unique?

Practice




How to check whether a site visitor is unique?

1. It's preferable to have user authentication
with confirmation via email or OpenID or via social networks, and the most reliable confirmation method is via SMS.

2. if there is no authentication, then it's impossible to fully identify an anonymous user.

but you can use a special key in cookies
by User-Agent + screen resolution, etc..
by IP
by loading speed

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Running server side scripts using PHP as an example (LAMP)"

Terms: Running server side scripts using PHP as an example (LAMP)