> A couple of questions that I can't
> seem to sort out from reading the DOCS...
>
> 1. Why would one need to use cflock when WRITING session.variables ?
>
Because users can open multiple browser windows in the same session or if
you have a framed environment the session scope really is shared.

>
> 2. Why would one need to use cflock when READING any shared variables?
>
Because someone else may be WRITING at same time.

Don Vawter
www.cyberroomies.com
[EMAIL PROTECTED]

----- Original Message -----
From: "Gonzo Rock" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, September 05, 2001 10:45 AM
Subject: CFLOCK and Session variables


> My impression is that:
>
> Session.var is NOT shared,
> Client.var is NOT shared,
> Application.var IS shared
>
> A couple of questions that I can't
> seem to sort out from reading the DOCS...
>
> 1. Why would one need to use cflock when WRITING session.variables ?
>

> 2. Why would one need to use cflock when READING any shared variables?
>
> thanks y'all,
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to