Question here as well
I have done locks when ever I set a Session var.
Do I have to use a lock when ever I use the var?
i.e:
<CFLOCK type="readonly" scope="session">
<CFSET session.bgcolor = "blue">
</CFLOCK>
<body bgcolor=#session.bgcolor#>
Are you saying I need to place a lock around the <body> tag?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
- Re: I don't understand session locking :( Bruce, Rodney
- Re: I don't understand session locking :( Todd Ashworth
- RE: I don't understand session locking :( Dave Watts
- RE: I don't understand session locking :( Dennis Powers
- RE: I don't understand session locking :( Mike Brunt
- RE: I don't understand session locking :( Tyson
- RE: I don't understand session locking :( Ken Wilson
- RE: I don't understand session locking :( Matthew W Jones
- RE: I don't understand session locking :( Bruce, Rodney
- RE: I don't understand session locking :( David Shadovitz
- RE: I don't understand session locking :( Dave Watts

