Skip to main content
Inspiring
November 27, 2008
Question

The requested scope CLIENT has not been enabled.

  • November 27, 2008
  • 2 replies
  • 2665 views
I am getting the error:
The requested scope CLIENT has not been enabled.

when trying to set client variables in application.cfc

Why is it doing this? <cfset THIS.clientmanagement="yes"> is in the cfc !
This topic has been closed for replies.

2 replies

Inspiring
December 1, 2008
check your settings in CF Admin -> Server Settings -> Client Variables

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
December 1, 2008
I saw this somewhere

<cfset THIS.SessionManagement = false />

so maybe???

<cfset THIS.ClientManagement = true />