*"On CF10, application and session scope seem to work without an
Application.cf* file in a parent directory"*

I haven't been able to produce that. I can set "session" and application
variables, but it's not really a session or application, just a simple
structure.  Example below the timestamps keep changing, if sessions and
application variables were enabled, you would expect them to not change.

<cfscript>
param name="session.time" default=now();
param name="application.time" default=now();
writeDump(session);
writeDump(application);
</cfscript>

Their thinking seems to be that requiring an application file is somehow
going to increase stability and performance of the server, and I'm just not
seeing that. Uploading a default is just going to result in it being
overwritten anyhow 75% of the time.

I had a meeting with them and set them straight.

Byron Mann
Lead Engineer & Architect
HostMySite.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356840
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to