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