Yeah. I don't use it anyway, so I just set it to false. Thanks again guys.. :)
s. isaac dealey wrote: >> Wha? So I turned on my security sandbox on my dev site, restricted >> cfregistry and tried it out. I got the same error. This was the code >> that it said was messed up. >> >> <cfsilent> >> <cfapplication >> name="Cimex" >> sessionmanagement="Yes" >> sessiontimeout="#CreateTimeSpan(0,0,30,0)#" >> clientmanagement="Yes"> >> </cfsilent> >> >> Wha? >> >> Anyone know what is happening here? > > Yup. Client management by default uses the registry on Windows servers > to store client data. You need to specify a storage medium for client > variables other than registry. Options are cookie (make sure you don't > put any identifying info in it), or set up your database as a client > variable store, which I think you'll have to ask the hosting provider to > do because I think it has to be done in the CF Administrator. You might > be able to add the tables manually, but I'm not sure if CF would > recognize it as a valid client storage db without having been set up in > the admin anyway. > > hth > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314109 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

