Brent Shaub wrote: > I'm having trouble debugging this one. I have a query in application. > cfm that inserts to a table. For most pages, I see one record. For a > particular page, I am seeing two. What would be in this file that > could cause application.cfm to fire twice?
Usually it means there are 2 requests. One for the page, one for an error handler or a 404 handler. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257087 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

