You can use the <cfheader> tag to do a server-side redirect just like <cflocation> does only better. Better in the fact that is doesn't screw up cookies and there should be no strange <cfabort> like symptoms.
-Matt > -----Original Message----- > From: Dave Carabetta [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 8:20 PM > To: CF-Talk > Subject: Re: CFABORT after CFLOCATION? > > > Nothing else is processed after a <cflocation> or <cfcontent> tag. In > > this case of <cflocation> uses <cfheader> instead and you won't have a > > problem. > > > > Matt, > > Not sure what that second sentence means exactly. My understanding of how > CFLOCATION works is exactly what you wrote in the first sentence, which is > why I never put in a CFABORT after the call. But I can see the custom tag > running twice in the debug output I have. > > Can you clarify the <cfheader> part? > > Thanks, > Dave. > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

