On Sun, Oct 19, 2008 at 9:33 AM, Phillip M. Vector < [EMAIL PROTECTED]> wrote:
> I have a hosting company that restricts access to cfregistry. Not a > problem as I never use that tag.. > > They recently put me in their sandbox (which worked before) and I got > the error.. > > Security: The requested template has been denied access to cfregistry. > The following is the internal exception message: access denied > (coldfusion.tagext.GenericTagPermission cfregistry) > > 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? > That'd probably be the fact that you've got clientmanagement set to "yes". Client variables are stored in the registry by default. If you're not using client vars, set that to false. If you are, set "clientStorage" attribute to the appropriate datasource name. -- I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:314106 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

