word to the wise. just be careful about what you put into the server scope
if you are on a shared server. do not put any sensitive information in any
of the variables as they can be read by any application on the server.

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-----Original Message-----
From: Brian Eckerman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 1:14 PM
To: CF-Talk
Subject: RE: How do Client Var Behave


That are specific to a user..(Honestly this is really what client
variables should do!!)

-----Original Message-----
From: Kreig Zimmerman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 12:19 PM
To: CF-Talk
Subject: Re: How do Client Var Behave


Use the "SERVER" scope.
  ----- Original Message ----- 
  From: Brian Eckerman 
  To: CF-Talk 
  Sent: Tuesday, June 11, 2002 12:04 PM
  Subject: RE: How do Client Var Behave


  How would I declare a var that would span applications?

  -----Original Message-----
  From: Randell B Adkins [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, June 11, 2002 12:00 PM
  To: CF-Talk
  Subject: Re: How do Client Var Behave


  The client variables are unique to the application.
  Thus the client vars in APP1 are ONLY available to APP1



  >>> [EMAIL PROTECTED] 06/11/02 11:57AM >>>
  Hello again.
  Got a problem.
  I declare an Application context(say APP1) with cfapplication.
  then I set some client variables...

  I then cflocation to anouther directory, with..
  anouther declared Application context(say COOLAPP2)

  then I try to reference the client variables I set in APP1.
  --This Doesn't work-- :(


  My understanding is the whole point of Client varialbes is that they
  span application contexts.
  The above situation doesn't work...Is my understanding wrong?


  


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
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