session application variable

2001-02-01 Thread Haryono ...
hallo, everyone I want to ask some question. What is the use of Session and Application Variable? What is the use of evaluate dynamic expression ? Thank's for your answer. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: session application variable

2001-02-01 Thread William J Wheatley
: Haryono ... [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 9:24 PM To: CF-Talk Subject: session application variable hallo, everyone I want to ask some question. What is the use of Session and Application Variable? What is the use of evaluate dynamic expression ? Thank's for your answer

RE: session application variable

2001-02-01 Thread Cameron Childress
, 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 do with those variables though is to use them to pass

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

RE: session application variable

2001-02-01 Thread S C
. -Cameron Cameron Childress elliptIQ Inc. p.770.460.7277.232 f.770.460.0963 -Original Message- From: William J Wheatley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 9:36 PM To: CF-Talk Subject: RE: session application variable

RE: session application variable

2001-02-01 Thread William J Wheatley
to it -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 ahead

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 INC

RE: session application variable

2001-02-01 Thread William J Wheatley
to it -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