RE: getting Reffering site info
ok I got is solve before i had to talk to microsoft,
if starting page is .asp then global.asa on start gets set
if starting page is .aspx then global.asax is used
session vars are nottransforable between the two without additional coding
and there is an acticle from microsoft on that
http://msdn2.microsoft.com/en-US/library/aa479313.aspx .
and you are out of luck with htm or html
"TdarTdar" wrote:
ok I got is solve before i had to talk to microsoft,
if starting page is .asp then global.asa on start gets set
if starting page is .aspx then global.asax is used
session vars are nottransforable between the two without additional coding
and there is an acticle from microsoft on that
http://msdn2.microsoft.com/en-US/library/aa479313.aspx .
and you are out of luck with htm or html
"TdarTdar" wrote:
Hello,
I want to get reffering site info like if the way they got to the site is
from google, While that is easy enough, of course, but I want to get that
info after they have been on the site for a while, I was thinking that I
could get the reffer in the session_onstart event, and make it a session var
but that did not work, So I am looking for thoughts about this.
>
Tdar
I want to get reffering site info like if the way they got to the site is
from google, While that is easy enough, of course, but I want to get that
info after they have been on the site for a while, I was thinking that I
could get the reffer in the session_onstart event, and make it a session var
but that did not work, So I am looking for thoughts about this.
>
Tdar
Comment