> Can someone please tell me how an array or query stored > in a session variable can be one length at the end of on > page, then another length at the top of the next page? > > I have an array and query (tried same thing two different > ways) with an arrayLen() and Query.Recordcount at the top > of an application page and the end of a OnRequestEnd page. > One row gets added to either just fine, but on the top of > the next page the array or query has ANOTHER row added two > it. Yes, a duplicate row, but after the page has been > returned to the client browser. > > I have tested this on 2 CFMX boxes and one CF5 box, so I > know that it is not a server issue. But, after having two > other people look at my code, and not being able to explain > how this is happening, I NEED HELP!!! > > Anyone that is willing to assist, I will be greatly > appreciative.
It sounds like the code that you think is supposed to run once, is in fact running twice. You might want to post your code in its entirety here, and see if anyone can help then. If you can build a simple test case (removing any extraneous code that doesn't directly have to do with your problem), that might also be helpful. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

