Just for the hell of it, can you write a simple template in each
folder that dumps out the APPLICATION scope and compare the two
application names to make sue they are the same?

On 9/28/07, Michael Appenzellar <[EMAIL PROTECTED]> wrote:
> Application.cfm on root
> ___________________________________________
>
> <cfset appName = "galleonForums">
> <cfset prefix = getCurrentTemplatePath()>
> <cfset prefix = reReplace(prefix, "[^a-zA-Z]","","all")>
> <cfset prefix = right(prefix, 64 - len(appName))>
>
> <cfapplication name="#prefix##appName#" sessionManagement=true
> loginstorage="session">

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289784
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to