I’m using the global.asax’s on_session_start() method to catch mobile user agents and redirect to a mobile version of a website. My question is:
On the mobile site if the user is redirected from the URL request blahblah.com/directory1 (remembering I’m using on_session_start()) – will the referrer be blahblah.com or blahblah.com/directory1?
Thanks
C
on_session_start()The referral will benull.