Yes - how big is the packet? Remember that URL variables are in the header (in the 'querystring') and as such there is a limit to the total size. This is why POST operations work better for this sort of thing.
-----Original Message----- From: Bryan Stevenson [mailto:bryan@;electricedgesystems.com] Sent: Wednesday, November 06, 2002 2:02 PM To: CF-Talk Subject: WDDX packet sent via URL Hey All, I'm trying to send a WDDX packet that contains a query object with 17 fields (with 1 record with values) via the URL (using CFLOCATION) and all that happens is the browser (IE 5.5 sp2) spins and never gets to the next page (no error....just keeps spinning). If I output the packet before the CFLOCATION and then throw in a CFABORT, the packet displays just fine. If I let the processing continue to the CFLOCATION...the spinning begins. Any thoughts? TIA for any help Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] --------------------------------------------------------- Macromedia Associate Partner www.macromedia.com --------------------------------------------------------- Vancouver Island ColdFusion Users Group Founder & Director www.cfug-vancouverisland.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

