Protect shared data (locking variable)

ColdFusion Administrator lets you protect your data in several ways through the use of locking variables.

 

Single-threaded sessions You can decide whether to use single threaded sessions. Single threading means that all requests from the same session occur one after the other. Each request waits for all previous requests to finish before proceeding, so multiple requests cannot access shared data simultaneously.

 

Server, application and session scope locking settings Each scope has three possible settings from which you can select:
 

 

For information on setting and maintaining locking variables, see the Manage locking variables topic.

Related topics