4 : <cfinclude template="log-session.cfm"> <!--- Sanitize the input from the URL --->
5 : <!-- Decode any URL-encoded characters like %21, %40, etc. -->
6 : <cfset rawText = URLDecode(url.text)>
7 :
8 : <!-- Remove unsafe characters except letters, numbers, and whitespace -->
|