Can anyone offer me an alternative to ColdFusion's CGI.HTTP_REFERER
property? I'm using CF 6 and I need to track what URL users come to my
site from. Naturally, I've implemented the CGI.CGI.HTTP_REFERER to
read this information from the HTTP Headers. However, it doesn't seem
to work when users come from a secure site (https) to our site.
CGI.HTTP_REFERER returns an empty string in this case.
Is there any kind of work around or perhaps a different function that I
can implement to track referals from secure sites?
Thanks in advance,
Jason
jdaingerfield@[EMAIL PROTECTED]