Max,

Application.cfc (the cap "A" is recommended, by the way) works the same as
application.cfm, in that when CF processes a request, it looks up the
directory tree until it finds an Application.cfc. You can include one
Application.cfc inside another, however, so an Application.cfc lower down in
the tree could include one in a higher-level directory.

You refer to "set session vars in the webroot application.cfc," but you
don't say where -- or differentiate between creating the vars and setting
them. Typically, you might set up a session structure in the
"onSessionStart" method. But depending on what you intend to keep in the
session scope, actually setting the values is generally done elsewhere.

If this hasn't answered your question well enough, maybe you could share
some code so we can see better what you're trying to do.



-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560



-------------------------------------------------------------
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

Reply via email to