Let me ask the next logical question, these variables you want to access... Are they dynamic in some way, or are you looking to simplify updating a large number of static variables?
If you are looking to just share a large group of static variables you can simply create an external file that gets included in both application.cfms. This include file would contain the set code for all of those variables and you would then have all of the same variables and values in each application. Keep in mind this method would not actually allow you to share the variables, but rather mirror them. HTH =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250082 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

