Question
Working on keeping a website users path need help with sessions
Trying to use the code below:
<cfset session.path = 'session.path' & '.$HTTP_REFERER.' & '\n'>
to keep a running tally of the pages a person visits while on our site and then using it to output to a variable that can be emailed in a form. How do I get the above code to work?
