Using ColdFusion components

There are two ways to use a CFC:

You can create persistent CFCs by assigning the CFC instance to a persistent scope, such as the Session or Application scope. This way, you can create CFCs for objects, such as shopping carts or logged-in users, that must persist for sessions. You can also create CFCs that provide application-specific data and methods.

This section describes how to use CFCs, including the following topics:


View comments in LiveDocs