I can only use named locking to lock session variables on my site. I have applications that run in subfolders (each subfolder has its own application.cfm template) and each application uses session variables that are unrelated to other applications. My questions are these:
1. If I were using scope level locking (at the session level) would the session variables only be locked within the particular subfolder (application)? or would all session variables on my site be locked.
2. Am I safe using a different lock name to lock the session variable for each subfolder/application (ie., folderonelock, foldertwolock, etc..)
1. If I were using scope level locking (at the session level) would the session variables only be locked within the particular subfolder (application)? or would all session variables on my site be locked.
2. Am I safe using a different lock name to lock the session variable for each subfolder/application (ie., folderonelock, foldertwolock, etc..)