Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
July 21, 2012

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".