Google isn't helping.
I'm logging a click trail for an experiment, so I'm writing the current URL to a log file each time each page in the site is accessed. I encoded all the links with (unused) bookmarks so I'd know what region of the referer page was used to navigate.
Sadly, the bookmark is not kept in $ENV{REQUEST_URI} so I'm stuck.
Any ideas?
TIA,
T.
I'm logging a click trail for an experiment, so I'm writing the current URL to a log file each time each page in the site is accessed. I encoded all the links with (unused) bookmarks so I'd know what region of the referer page was used to navigate.
Sadly, the bookmark is not kept in $ENV{REQUEST_URI} so I'm stuck.
Any ideas?
TIA,
T.
Comment