client state management system must be enabled

I am migrating an application to CB (M5) and CF9. I have a custom tag
I want to run on most every page. So, I have an interceptor that calls
it after testing for the handler. I get this error. I am not sure what
to do next. I googled and tried a number of things, but must be
missing something. Any suggestions?

CFDetails=Before client variables can be used, the client state
management system must be enabled using the cfapplication tag.
CFMessage=The requested scope client has not been enabled.
CFStackTrace=coldfusion.runtime.NoOperScope$ScopeDisabledException:
The requested scope client has not been enabled.

are you using client variables?

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

yes, the custom tag does.

Then you need to enable it in your application.cfc
Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Okay, I am an idiot! I thought I had that set. Thanks, Luis!