bostjank
01-06-2007, 07:04 PM
Hi!
Does any of you have any idea on how to detect if the user has navigated to a particular page via BACK button (one or more clicks)?
I am particulary interested in real-time detection strategies. As far as post-processing is concerned I can detect some of the back button clicks by comparing LOG info about the referring page and the page that was viewed before that page, but this is obviously not a full-proof solution. Moreover, I have no means to get this information in real-time, i.e. when the user navigates to the page.
I've been thinking about storing URLs of already visited pages in a cookie, but I'm not interested in knowing whether the page was viewed more than once in a session (cookie information would help in this case), but only if the user has used BACK button to navigate to it.
Any ideas? Suggestions? Comments?
Bostjan
Does any of you have any idea on how to detect if the user has navigated to a particular page via BACK button (one or more clicks)?
I am particulary interested in real-time detection strategies. As far as post-processing is concerned I can detect some of the back button clicks by comparing LOG info about the referring page and the page that was viewed before that page, but this is obviously not a full-proof solution. Moreover, I have no means to get this information in real-time, i.e. when the user navigates to the page.
I've been thinking about storing URLs of already visited pages in a cookie, but I'm not interested in knowing whether the page was viewed more than once in a session (cookie information would help in this case), but only if the user has used BACK button to navigate to it.
Any ideas? Suggestions? Comments?
Bostjan