This content has been marked as final.
Show 1 reply
-
1. Re: Configuring and using client variables
CF-AXL Jul 21, 2012 12:24 AM (in response to Community Help)Under Choosing a client variable storage method,
by default, ColdFusion stores client variables in the Cookie instead of Registry.
Under Configuring database storage,
When you click the Add button on the Select data source to add as Client Store box on the Client Variables page instead of Memory Variables page.
Under Specifying client variable storage in your application,
This.name"SearchApp" should be This.name="SearchApp" and
<cfapplication name"SearchApp" should be <cfapplication name="SearchApp".
