Skip to main content
October 23, 2008
Question

cfcookie question

  • October 23, 2008
  • 2 replies
  • 312 views
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!
    This topic has been closed for replies.

    2 replies

    Inspiring
    October 24, 2008
    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
    Inspiring
    October 24, 2008
    What's the way you wish to do this that the seo company is preventing?