Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfcookie question

Guest
Oct 23, 2008 Oct 23, 2008
Is there a way to get and store the way someone found my site? I am using an seo company that can't do this for me in a way I wish to. What I am ultimately looking for is is there a way to get the last page someone was on prior to hitting a page in my domain and then store this information in a cfcookie to be printed later? This cookie would need to be available to be updated everytime a person would hit my page from another domain? Thanks!
288
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 23, 2008 Oct 23, 2008
What's the way you wish to do this that the seo company is preventing?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 23, 2008 Oct 23, 2008
LATEST
Hi,
You may be able to take the CGI.HTTP_REFERER variable, verify if it's outside your domain, and save that into a cookie.

It's not a 100% reliable though.

cheers,
fober
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources