>From all the discussions we've had recently on CFLOCK I was sure I understood it.
That was until I re-read the manual on CFLOCK!

(Developing Web Applications with Cold Fusion Pg. 202)

<!--- Lock session variables to assign form values to them.
To lock session variables, you should get the session ID
with the sessionID member variable. --->

<CFLOCK SCOPE="Session"
        TIMEOUT="30"
        TYPE="Exclusive">
        <CFPARAM Name=session.size Default=#form.size#>
        <CFPARAM Name=session.color Default=#form.color#>
</CFLOCK>


Um.. excuse me... perhaps I'm dense but I don't see the "sessionID member variable" 
anywhere in this example...
Is this just another example of rotten documentation or am I really just missing the 
point?


---------------------------------------------------------------------------
Peter Theobald, Chief Technology Officer
LiquidStreaming http://www.liquidstreaming.com
[EMAIL PROTECTED]
Phone 1.212.545.1232 Fax 1.212.679.8032

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to