I'd like to be able to determine the site a user is coming from. I know that I can do this with the HTTP_REFERER environment variable but that this is an unreliable method due to:
- browsers that don't set it
- browser that allow you to change it
- privacy programs that change it for users.
So, does anyone know of another way to determine the site a user is coming from?
Thanks!
Yazmin