RE: session & application variable

2001-02-01 Thread Christopher Olive, CIO
Wheatley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 10:14 PM To: CF-Talk Subject: RE: session & application variable the fast track classes i have heard nothing but bad things about. When i took the Advancaed class it was much better Bill Wheatley Director of Development AEPS

RE: session & application variable

2001-02-01 Thread William J Wheatley
-Original Message- From: Christopher Olive, CIO [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 12:33 AM To: CF-Talk Subject: RE: session & application variable really? i took the fast track and thought it was pretty good. i had tought myself much of what was in it, bu

RE: session & application variable

2001-02-01 Thread William J Wheatley
-Original Message- From: S C [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 10:02 PM To: CF-Talk Subject: RE: session & application variable And taking the Allaire classes. They are so well constructed that they really pack a lot in three days and always get you so far a

Re: session & application variable

2001-02-01 Thread S C
Session and application variables are global variables. Once they are created, they can be accessed by any page in a ColdFusion application. The application.cfm file must be used to name the application before application scoped variables can be used and session managment must be turned on (using

RE: session & application variable

2001-02-01 Thread S C
L PROTECTED]] > > Sent: Wednesday, January 31, 2001 9:36 PM > > To: CF-Talk > > Subject: RE: session & application variable > > > > > > Session & Application Variables are variables that > are stored on in SERVER > > RAM, and hence due to th

RE: session & application variable

2001-02-01 Thread Cameron Childress
OTECTED]] > Sent: Wednesday, January 31, 2001 9:36 PM > To: CF-Talk > Subject: RE: session & application variable > > > Session & Application Variables are variables that are stored on in SERVER > RAM, and hence due to that fact need to belocked using CFLOCK, > what you can &g

RE: session & application variable

2001-02-01 Thread William J Wheatley
Session & Application Variables are variables that are stored on in SERVER RAM, and hence due to that fact need to belocked using CFLOCK, what you can do with those variables though is to use them to pass persistant data to the client browser. Evaluate() is a command that lets you evaluate the va