Chapter 3: Configuring ColdFusion Server
45
•
Chapter 8, “ColdFusion Security,” on page 273 — Explains the differences
between Basic and Advanced security so you can determine which features best
suit your needs.
•
Chapter 9, “Configuring Basic Security,” on page 283 — Describes how to
configure Basic security options for developing and deploying coldFusion
applications.
•
Chapter 10, “Configuring Advanced Security,” on page 289 — Describes how to
configure Advanced security options for developing and deploying ColdFusion
applications.
For more information about implementing runtime security measures, refer to
Developing Web Applications with ColdFusion.
Managing Client Variables
ColdFusion includes a number of options designed to give you a great deal of flexibility
in managing client variables. Client variables in ColdFusion give you the ability to
determine the identity of a client visiting your site. Identifying clients and customizing
page content for users requires the ability to manage client state.
ColdFusion allows the following ways of managing client variables:
•
Using the system Registry to store client variables
•
Using browser cookies
•
Using an external data source of your choice
Planning client state management
The method you choose to store client variables will depend on a number of factors.
Among the most important factors is whether your site is currently using, or will be
using server clustering to provide load balancing and fail-over support. In addition,
there are a number of other factors to consider:
Client Variable Storage
Storage Type
Advantages
Disadvantages
System registry
•
Simple implementation
•
Good performance
•
Registry can be exported
easily to other systems
•
Server-side control
•
Need to be aware of the
registry’s maximum size
limit as defined in the
System Control Panel
(Windows NT only)
•
Tied to the host system:
Not practical for clustered
servers or a round-robin
DNS configuration
Summary of Contents for COLDFUSION 4.5-ADMINISTRING COLDFUSION...
Page 1: ...Allaire Corporation Administering ColdFusion Server ColdFusion 4 5...
Page 10: ...x Administering ColdFusion Server...
Page 22: ...xxii AdministeringColdFusionServer...
Page 48: ...26 Administering ColdFusion Server...
Page 58: ...36 Administering ColdFusion Server...
Page 60: ...38 Administering ColdFusion Server Using ColdFusion in a Distributed Configuration 68...
Page 98: ...76 Administering ColdFusion Server...
Page 150: ...128 Administering ColdFusion Server...
Page 198: ...176 Administering ColdFusion Server...
Page 205: ...Chapter 6 Creating Scalable and Highly Available Web Sites 183 3 Click the DNS tab...