> 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



-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
     ph: 781.769.0723

http://onTap.riaforge.org/blog



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:314107
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to