| Contents > Configuring and Administering ColdFusion MX > Basic ColdFusion MX Administration > Server Settings section > Client Variables page |
|
|
|
|
||
Client variables let you store user information and preferences between sessions. Using information from client variables, you can customize page content for individual users.
You enable client variable default settings in ColdFusion MX on the Client Variables page of the Administrator. ColdFusion MX lets you store client variables in the following ways:
If your data source uses one of the JDBC drivers bundled with ColdFusion, ColdFusion can automatically create the necessary tables. If your data source uses the ODBC Socket or a third-party JDBC driver, you must manually create the necessary CDATA and CGLOBAL database tables. For more information, see Developing ColdFusion MX Applications.
Caution: Macromedia recommends that you do not store client variables in the registry because it can critically degrade performance of the server. If you do use the registry to store client variables, you must allocate sufficient memory and disk space.
You can override settings specified in the Client Variables page using the attributes of the cfapplication tag. For more information, see Developing ColdFusion MX Applications.
The following table compares these storage options:
Storage type |
Advantages |
Disadvantages |
|---|---|---|
Data source |
|
|
Browser cookies |
|
|
System registry |
|
|
|
|
||
| Contents > Configuring and Administering ColdFusion MX > Basic ColdFusion MX Administration > Server Settings section > Client Variables page |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/basicon6.htm
Comments
The Scotsman said on May 18, 2004 at 8:37 AM :