what the provider might want to do is add a directory between the clients 
and the application.cfm and include a "blank" application.cfm then it is not 
an issue.

ex.
root/application.cfm
root/clients/application.cfm (blank)
root/clients/clientroot/

Eric


From: "Larry Juncker" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: Application.cfm... whats that ?
Date: Fri, 14 Jul 2000 08:25:13 -0500

I would guess that the main reason your Provider wants you to have an
Application.cfm file in your own directory, is because, as I am sure you are
aware, If CF does not find an application.cfm file in your directory, it
will keep climbing the tree until it does find one.  You do not want to have
your files not working properly because of someone elses different
Application.cfm file, DO YOU?

That is only my guess as to why they want you to have your own.

'nuff said

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 14, 2000 12:54 AM
To: [EMAIL PROTECTED]
Subject: Re: Application.cfm... whats that ?




 > Yeah ... our site does use a lot of session variables ... but is it
necessary
 > to have this file .. ????

How did you set up session scoped variables without using the
application.cfm
file?

Normally you need a <cfapplication name="something" sessionmanagement="yes">
tag
in your application.cfm file to turn on session variables.

Or have I completely misunderstood?

--------
Rob Keniger


----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to