> I have been trying to find out where it is being referenced but no avail as
> yet. Any ideas?
You can always make a .cfm file that does
<cflock scope="server" timeout="5">
<cfset server.cfa = StructNew()>
</cflock>
or something similar. Place the template in a directory with a completely
empty Application.cfm to avoid side effects.
Make sure that no other spectra pages are running at the time you run this
template or chaos will ensue (because the spectra tags use a locking
scheme that might interfere with the above code.)
This is probably quicker than a reboot.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.