> 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.
Yes, you can use CFHEADER to redirect the browser in the same page in which you use CFCOOKIE. When you use CFHEADER to redirect the browser, though, it won't abort page processing within the current page as CFLOCATION does. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

