How can you set the Client Management in ColdFusion?
        
        
		  
        How can you set the Client Management?
The process of setting Client Management is as follows:
-Initialize the code in the Application.cfc
	- This.clientmanagement=”True”/”False”
	- This.clientStorage="[Ur_datasource_name]" / "registry" / "cookie"
-Specify the  tag attributes:
	- clientManagement="yes" / "no"
	- clientStorage="[Ur_datasource_name]" / "registry" / "cookie"
	- [Ur_datasource_name] -  It is available in ODBC / native data source.
	- The storage repository need to be created in the Administrator storage registry. 
	- registry -  It is stored in the system registry
	- cookie – A cookie is stored on the client system. A cookie is scalable.