$_SERVER['HTTP_REFERER'] seems to be full of holes.
Tracking through the url will not be possible for this particular application.
I have a 301 Redirect to take into account also.
I will check $_SERVER['HTTP_REFERER'], but what is a good second method to check what page on my site the user came from?
Is it as simple as setting up a session variable? I am looking for specific examples that will help augment $_SERVER['HTTP_REFERER'].