> 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.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
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.