| Subject: | CFLOCK and session vars |
|---|---|
| From: | "emadsen" |
| Date: | Wed, 6 Feb 2008 02:57:43 +0000 UTC |
| Newsgroups: | macromedia.coldfusion.advanced_techniques |
I am building a multiuser site with session vars. I understand the need for exclusive locking when writing session vars, but am a little confused when it comes to reading them. I have the need to use certain session vars within SQL queries, etc. I do need to use exclusive here as well, right? Also, Is this bad? <cflock scope='session' timeout='30' type='exclusive'> <cfset mySess = session /> </cflock> I'd rather not have a hundred cflock statements within my CFC functions, etc. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: email list separated into emails and names, Azadi |
|---|---|
| Next by Date: | Re: CFLOCK and session vars, Adam Cameron |
| Previous by Thread: | Submiting multiple forms with one button, garym238 |
| Next by Thread: | Re: CFLOCK and session vars, Adam Cameron |
| Indexes: | [Date] [Thread] [Top] [All Lists] |