>>  You can use location and cookies. See the <cf_location> tag 
>>  (and it's source) at Fusebox.org:

OK, I was almost right, it appears CFLOCATION trashes any headers already
set, (i.e. the SET-COOKIE header, set by the CFCOOKIE). CF_Location gets
round this by using the following code in place of CFLOCATION:

<CFHEADER statusCode="302">
<CFHEADER name="LOCATION" Value="newURL.cfm">

This is news to me, thanx!  This should really be reported as a bug to the
CF team.

-Maddog


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to