imstillatwork
IS-IT--Management
I have a page (index.cfm)
on this page is a custom tag in the custom tag folder that includes a header and footer:
<cf_wrap>'index.cfm'</cf_wrap> (make sense?)
ok, now in my application.cfm i have included 2 files: locals.cfm, and globals.cfm
in locals.cfm I am including a tracking tag. tracking.cfm
so i guess it should be like this:
application.cfm
*includes globals.cfm and locals.cfm
locals.cfm includes tracking.cfm
index.cfm uses a custom tag with start and end for header and footer as first and last lines of page.
the tracking tag is being run twice somehow, but is not showin that it runs twice in the debug output.
for every page i visit, 2 rows are inserted into the tracking page. I set one field of tracking as a randrange, and it produces two different numbers, like the insert qyery is running twice.
I have NO IDEA whats going on...
on this page is a custom tag in the custom tag folder that includes a header and footer:
<cf_wrap>'index.cfm'</cf_wrap> (make sense?)
ok, now in my application.cfm i have included 2 files: locals.cfm, and globals.cfm
in locals.cfm I am including a tracking tag. tracking.cfm
so i guess it should be like this:
application.cfm
*includes globals.cfm and locals.cfm
locals.cfm includes tracking.cfm
index.cfm uses a custom tag with start and end for header and footer as first and last lines of page.
the tracking tag is being run twice somehow, but is not showin that it runs twice in the debug output.
for every page i visit, 2 rows are inserted into the tracking page. I set one field of tracking as a randrange, and it produces two different numbers, like the insert qyery is running twice.
I have NO IDEA whats going on...