><cfcomponent output="false">
><!--- Name the application. --->
><!--- <cfset this.name = "Website"> --->

><cfapplication name="Website" clientmanagement="yes"
>sessionmanagement="yes" sessiontimeout="#CreateTimeSpan(0,1,0,0)#">

Uncomment the <cfset this.name = "Website"> in the Application.cfc.  You 
definitely need this so that the code under the applicaiton.cfm and the code 
under the application.cfc exist in the same application and thus can share the 
same application and session scope memory.

Then post the new errors you get. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324661
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