Hi,
I have read up about how and when to use CFLOCK but still need some clarifications.
If I have some variables (request scope) in my application.cfm do I need CFLOCK around them?? Do I only need CFLOCK around application.var_name as they can be accessed through out the application??
If you put CFLOCK around queries i.e. insert, update and delete is the CFLOCK scope application or session and do I need to declare a name for the CFLOCK??
Thanks
Jonas
I have read up about how and when to use CFLOCK but still need some clarifications.
If I have some variables (request scope) in my application.cfm do I need CFLOCK around them?? Do I only need CFLOCK around application.var_name as they can be accessed through out the application??
If you put CFLOCK around queries i.e. insert, update and delete is the CFLOCK scope application or session and do I need to declare a name for the CFLOCK??
Thanks
Jonas