|
Alternative for HTTP_REFERER
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:
1. browsers that don't set it
2. browser that allow you to change it
3. 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
Last edited by ywickham; 08-14-2004 at 11:10 AM.
|