> I know it says in the documentation ... > > Warning > Do not set a cookie variable on the same page that you use > the CFLOCATION tag. If you do, the cookie is never saved on > the browser; therefore, it is of no value. > > So how can I set a cookie on a processing page that need to > have a redirect?
With CFMX, this is no longer true. With CF 5 or earlier, you have several options - you can use CFHEADER to redirect, or you can use JavaScript to redirect. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

