Heyho together,
I need a solution to kind of make sure that one user is only visiting a special site once without registration/login. It is not too important to have a 100% identification rate. I already found a few ways to achieve this : [Only registered and activated users can see links. Click Here To Register...]
However I thought about combining them all with the following things:
- Rough IP location (Country-Level)
- Windowsize of Browser
- Old approaches like localstorage/cookies (which can easily edeleted)
- Browser used
- Popup-Blocker enabled?
Can you think about more features which I could combine with the features mentioned earlier so I can identify if a user visited this website already? Just write any idea you have. So just do some kind of brainstoming, maybe on this way we are able to find other possibilities. :)
Important note: It is not possible to use any 3rd party libraries. Yeah I know this sounds stupid, but it is just not possible for me.
Thanks in advance! :)
I need a solution to kind of make sure that one user is only visiting a special site once without registration/login. It is not too important to have a 100% identification rate. I already found a few ways to achieve this : [Only registered and activated users can see links. Click Here To Register...]
However I thought about combining them all with the following things:
- Rough IP location (Country-Level)
- Windowsize of Browser
- Old approaches like localstorage/cookies (which can easily edeleted)
- Browser used
- Popup-Blocker enabled?
Can you think about more features which I could combine with the features mentioned earlier so I can identify if a user visited this website already? Just write any idea you have. So just do some kind of brainstoming, maybe on this way we are able to find other possibilities. :)
Important note: It is not possible to use any 3rd party libraries. Yeah I know this sounds stupid, but it is just not possible for me.
Thanks in advance! :)