> This is definitely the same problem. This works...sort of....actually, > when you load the page the first time, I still get the same error, but > then if I just hit refresh, the page loads fine. I'm guessing because > the cookie isn't actually deleted until AFTER the page finishes loading > (i.e. after the cfapplication throws the error). Then, becauase the > cookie were deleted, the refresh works fine because the cookie doesn't > exist.
There are a couple of approaches you might use to deal with this problem. You might include a CFLOCATION at the end of the conditional logic that Cameron suggested, which will let you send the user back to the same page after the cookies have been deleted. Alternatively, you can capture the problem using exception handling or the CFERROR tag. > How do I enquire to MM about this bug? I have no clue what to do at > this point and unfortunately, I can't go back to CF 5.0 because my ISP > only has Window Server 2003. Or if someone else has a solution or good > workaround? Unfortunately, the only thing I could think of is to use an > error handler that meta-refreshes the page automatically after 1 second, > but I'm not even sure that would work and it seems kind of kludgy. It is possible to run CF 5 on Windows Server 2003 with IIS 6, although it requires a bit of tweaking. However, your best bet is simply to trap the error and deal with it yourself. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189104 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

