C
H A P T E R
1 2
Chapter 12
Using the Application
Framework
The ColdFusion Web Application Framework is a powerful tool you can use to help
structure your ColdFusion applications. This section describes how to create and use
the
Application.cfm
file, the application page that controls the application
framework.
Contents
•
Understanding the Web Application Framework........................................ 184
•
Mapping Out an Application Framework .................................................... 185
•
Creating the Application.cfm File ................................................................. 187
•
Setting up client state management options ............................................... 188
•
Managing Client State in a Clustered Environment.................................... 190
•
Using Client State Management ................................................................... 190
•
Using Client Variables.................................................................................... 191
•
Application and Session Variables................................................................ 193
•
Using Session Variables ................................................................................. 194
•
Using Application Variables .......................................................................... 196
•
Tips for Using Session and Application Variables ....................................... 197
•
Default Variables and Constants................................................................... 197
•
Using CFLOCK for Exclusive Locking ........................................................... 198
•
CFLOCK Examples ......................................................................................... 200
Summary of Contents for COLDFUSION 4.5-DEVELOPING WEB
Page 1: ...Allaire Corporation Developing Web Applications with ColdFusion ColdFusion 4 5...
Page 14: ...xiv Developing Web Applications with ColdFusion...
Page 26: ...xxvi Developing Web Applications with ColdFusion...
Page 34: ...8 Developing Web Applications with ColdFusion...
Page 70: ...44 Developing Web Applications with ColdFusion...
Page 84: ...58 Developing Web Applications with ColdFusion...
Page 114: ...88 Developing Web Applications with ColdFusion...
Page 148: ...122 Developing Web Applications with ColdFusion...
Page 174: ...148 Developing Web Applications with ColdFusion...
Page 208: ...182 Developing Web Applications with ColdFusion...
Page 244: ...218 Developing Web Applications with ColdFusion...
Page 274: ...248 Developing Web Applications with ColdFusion...
Page 288: ...262 Developing Web Applications with ColdFusion...
Page 300: ...274 Developing Web Applications with ColdFusion...
Page 350: ...324 Developing Web Applications with ColdFusion...
Page 362: ...336 Developing Web Applications with ColdFusion...