> Are application.(variablename) variables truly persistent. I am a bit
> confused here. I know that only one application.cfm file is executed
> automatically at any given time (others would have to be CFINCLUDEd).
...
> Why would running another application.cfm, that does not
> delete or change the earlier set application variables, make
> them unavailable to the application?

The thing that makes a page able to see Application variables for a specific
application is the CFAPPLICATION tag with that application's NAME. If you
use multiple application.cfm files, but want all of the files that reference
those application.cfm files to share the same Application variables, you'll
need to put a CFAPPLICATION tag in each, with the same name.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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