> 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.
>

Is this all that is needed (in place of the CFLOCATION call) to properly
perform the redirect?

<cfheader name="Location" value="url_to_redirect_to">

I have tried this and my code "works" in the sense that the code doesn't
break and the page does re-direct However, I will have to wait to get the
office tomorrow (wait, this morning!) to see if the custom tag is being
called twice.

Thanks for your help. That's a cool tip -- especially if it finally solves
my problem!! Incidentally, is this a CF workaround for not being able to
have CFLOCATION and setting a cookie on the same page as opposed to a
JavaScript location.href call? Just curious.

Thanks again,
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

Reply via email to