Hi.
The <cfa_log> tag scribbles over object data in the request cache.
On line 55 we see
<cfset request.cfa.logging.content[ID] = attributes.stObjects[ID]>
The attributes.stobjects contain structures that may be part of the
request.cfa.objects scope. So by doing things like
<cfset request.cfa.logging.content[ID].referer = referer>
this tag will corrupt the objects cache.
Also, isn't assigning something to a variable named "COOKIE" illegal?
--
Michiel Boland <[EMAIL PROTECTED]>
Digital Valley Internet Professionals
Plantsoen 17, Wageningen, The Netherlands
Phone: +31 317 465555, Fax: +31 317 460276
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.