Absolutely.

You should use it when you set and access these variables.

----------------------------------------------
Jim Fraley
Application Architect
GreenSoft Solutions, Inc.
Phone: 913.317.8083 ext 215
EMail: [EMAIL PROTECTED]


-----Original Message-----
From: Arthur Woodhill [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 3:14 PM
To: CF List
Subject: [KCFusion] when to use cflock?


Should we be using the cflock tag when setting
application variables?  We are defining a handful of
variables to keep track of things like database, user,
etc.  On another application we actually keeping track
of the customer id once they get logged in.

<cfapplication name="my_app"
               clientmanagement="Yes"
               sessionmanagement="Yes"
               setclientcookies="Yes"
               clientstorage="my_db"> 

                   
<cfset application.glods = "my_db">
<cfset application.glouid = "user">

Thanks,

Arthur

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 
 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to