Thanks, but I've already tried that and it didn't do anything for me. Here is the present content of my CFAPPLICATION tag:
<cfapplication name="mrktPromoTool" sessionmanagement="yes" clientmanagement="yes" clientStorage = "cookie" setClientCookies="yes"/> I've also had the clientStorage and setClientCookies attributes removes and that does not help. I'm using CFMX 6.1 if that's of any use. Here is the offending line of code: <cfparam name="client.currentMarket" default="0"> What am I doing wrong? Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -----Original Message----- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 10:09 AM To: CF-Talk Subject: RE: Mach-II & client variables > From: Matthew Small [mailto:[EMAIL PROTECTED] > Before client variables can be used, the client state > management system must be enabled using the CFAPPLICATION tag. You need to set the location for storing the client vars.. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pa3.htm#wp10 97308 You need to set the "clientStorage" attribute in the cfapplication tag. HTH, Mike ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188855 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

