1.

How Can You Set The Client Management?

Answer»

We can enable & disable client management as well as we can configure How & Where client variables need to be STORE

  • In the Application.cfc initialization code This.clientmanagement="True" / "false"

This.clientStorage="[Ur_datasource_name]" / "registry" / "cookie" 

  • In appliation.cfm using tag attributes clientManagement="yes" / "no"

clientStorage="[Ur_datasource_name]" / "registry" / "cookie"

[Ur_datasource_name] ­ Stored in ODBC or native data source. You must CREATE storage REPOSITORY in the Administrator. registry ­ Stored in the system registry. cookie ­ Stored on client computer in a cookie. Scalable. If client disables cookies in the browser, client variables do not work.

We can enable & disable client management as well as we can configure How & Where client variables need to be store

This.clientStorage="[Ur_datasource_name]" / "registry" / "cookie" 

clientStorage="[Ur_datasource_name]" / "registry" / "cookie"

[Ur_datasource_name] ­ Stored in ODBC or native data source. You must create storage repository in the Administrator. registry ­ Stored in the system registry. cookie ­ Stored on client computer in a cookie. Scalable. If client disables cookies in the browser, client variables do not work.



Discussion

No Comment Found