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]
 

Reply via email to