I probably should have mentioned that we are on 6.1.

Even in that case in CF7, I just tested and they don't have to be THIS
variables, they can be put in the VARIABLES scope.

-----Original Message-----
From: Duncan [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 23 February 2005 5:12 
To: CF-Talk
Subject: Re: THIS scope

Application.cfc effectively replaces the <cfapplication> tag. This tag:

<cfapplication name="myapp" sessionmanagement="yes" sessiontimeout="10">

becomes the following code in the pseudo-constructor area of Application.cfc
(i.e., immediately after the opening <cfcomponent>
tag):

<cfset this.name = "myapp" />
<cfset this.sessionmanagement = "yes" /> <cfset this.sessiontimeout = "10"
/>

See the following documentation:

Reference Manual:

http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000693.htm

Developing ColdFusion Applications:

http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001115.htm
http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001123.htm

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196067
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to