1 Reply Latest reply: Jul 21, 2012 12:24 AM by CF-AXL RSS

    Configuring and using client variables

    Community Help Community Member
        • 1. Re:  Configuring and using client variables
          CF-AXL Community Member

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