Author: Randy Johnson
Short Link:http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:50839#272910
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