Hello,

Here is the code I have at the top of my Application.cfc file:

<cfcomponent output="false">
<cfset this.Name="Threader1">
<cfset this.sessionManagement = true>
<cfset this.clientManagement = true>

In my Queue.cfc file I am getting this error when trying to use a client 
variable:
The requested CLIENT scope is not enabled.
The Application.cfc file and the Queue.cfc file are in the same directory.

In my ViewVariables.cfm page I can do a <cfdump var="#CLIENT#" label="Client 
Scope">  and it will show client variables
I am not sure what is going on here, It looks pretty straight forward.  Any 
ideas?
Thanks!

Randy 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272910
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to