Hi Mark,

Using the registry for client variable storage on a dedicated host is not a good idea either.  You would normally use a server database (MS SQL , Oracle) for this. See if your hosting provider will allow you to setup a db for this purpose. I recently deployed a Plum app on Intermedia.Net, and their plans allow for this, although we are not using client management.

You might also want to consider not using client management and stick with session management.





On 3/14/06, mark <[EMAIL PROTECTED]> wrote:
I am in the process of deploying my first Plum app.  It is on a shared host
and apparently accessing the regestry is a no no.

Here is the error message and it is referring to line #29.  What should this
be set to?

Security: The requested template has been denied access to cfregistry.
The following is the internal exception message: access denied
(coldfusion.tagext.GenericTagPermission cfregistry)

The error occurred in C:\websites\de8ddr\test\Environment.cfm: line 28
Called from C:\websites\de8ddr\test\Global.cfm: line 14
Called from C:\websites\de8ddr\test\Global.cfm: line 1
Called from C:\websites\de8ddr\test\Global.cfm: line 1
Called from C:\websites\de8ddr\test\Application.cfm: line 15

26 :    sessionManagement="Yes"
27 :    sessionTimeout="#Request.sessionTimeout#"
28 :    clientManagement="Yes"
29 :    clientStorage="Registry"
30 :    setDomainCookies="No"

Thanks,

Mark





**********************************************************************
You can subscribe to and unsubscribe from lists, and you can change
your subscriptions between normal and digest modes here:

http://www.productivityenhancement.com/support/DiscussionListsForm.cfm
**********************************************************************



--
v/r,

Jeff Fleitz

Reply via email to