So I need to find the best way to do this:
User A comes to my site directly. I can drop a cookie, check IP whatever I could normally do once they are on the site.
User A comes back to the site either:
A . normally on the same computer they were before.
B . through a proxy on the same computer they were before.
What are some good ways to do this?
I was thinking just drop a cookie with there current IP and make sure that matches there IP when they come back. But that cuts things down to just users with static IPs. Is there a better way to make sure they aren't coming through a proxy that doesn't rely on IP?
User A comes to my site directly. I can drop a cookie, check IP whatever I could normally do once they are on the site.
User A comes back to the site either:
A . normally on the same computer they were before.
B . through a proxy on the same computer they were before.
What are some good ways to do this?
I was thinking just drop a cookie with there current IP and make sure that matches there IP when they come back. But that cuts things down to just users with static IPs. Is there a better way to make sure they aren't coming through a proxy that doesn't rely on IP?