>I've saved and uploaded several times, but the links that are being >produced on the page is ... >http://www.domain.com/rb_new_verified.cfm?cat=<cfoutput>1</cfoutput>
Maybe the <cfoutput>1</cfoutput> string is actually stored in the cookie you're evaluating. It would be hard to set a cookie with that value I think, you would have to have some seriously funky code going on, but that would produce the output you're seeing. Perhaps you could do a simple test to make sure the cookie value is 1 rather than <cfoutput>1</cfoutput>. -- Josh ----- Original Message ----- From: "Ian Skinner" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Tuesday, July 10, 2007 1:37 PM Subject: Re: cfoutput acting weird ... need another set of eyes > Can you directly look at the source code on the remote server and > confirm that it contains the code you expect it to? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 beta â Build next generation applications today. Free beta download on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283420 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

