OK, thanks!

At 07:01 PM 8/7/00 -0400, Dave Watts wrote:
>> >> 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?
>> >
>> > The CFPARAM tags reference session variables, creating them
>> > if they don't already exist.
>...
>> Yeah I know that. I still don't see the sessionID.
>
>The CFML comment is a leftover from the CF 4.0.x docs, I suspect. Just
>ignore that, and everything else makes sense.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>voice: (202) 797-5496
>fax: (202) 797-5444


---------------------------------------------------------------------------
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/cf-talk@houseoffusion.com/
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