How do I prevent transactions submitted by different users from getting intermingled?
We are using ColdFusion 8 with Oracle. I have a situation where 2 users are creating entirely separate records (there is no relationship between them) at the same time, and then they attempt to make changes to them. Once they have submitted their changes, their records re-display to them, but the users can now see parts of the other's record in their own. We are using cftransaction, but we are not using cflock in our code. It is my understanding that cflock should not be necessary in ColdFusion versions later than 4.5. Is that correct? If so, what can I do to remedy the above? Any help would be greatly appreciated.
Jane
