Ray,

Thanks again for your suggestions.  I found the problem in one of the 
security-related include files that was performing a StructClear on my 
session scope.  I fixed that code, and now my CFC is loading into the 
session scope just fine.

Carl

Raymond Camden wrote:
> So my number one tip is to simplify. Remove 100% of the stuff you
> don't need for right now. All the stuff in onRequestStart, shoot,
> remove all the methods except onSessionStart. Make the CFC as simple
> as possible and just ensure you can dump the CFC in the session scope.
>
> On Wed, May 28, 2008 at 11:19 AM, Carl Von Stetten <[EMAIL PROTECTED]> wrote:
>   
>> Ray,
>>
>> Apparently putting the contents inline and sending from my email client 
>> isn't working, so I'll try through the web interface.  Here are the contents 
>> (note the last two functions are commented out as I haven't implemented them 
>> yet:
>>
>> <cfcomponent
>>        displayname="Application"
>>        output="true"
>>        hint="Handle the application.">
>>
>>        <!--- Set up the application. --->
>>        <cfset THIS.Name = "cccsd_tracker" />
>>        <cfset THIS.ApplicationTimeout = CreateTimeSpan( 1, 0, 0, 0 ) />
>>        <cfset THIS.SessionManagement = true />
>>        <cfset THIS.SessionTimeout = CreateTimeSpan(0, 2, 0, 0) />
>>        <cfset THIS.SetClientCookies = false />
>>        <cfset THIS.ClientManagement = false />
>>
>>        <!--- Define the page request properties. --->
>>        <cfsetting
>>                requesttimeout="20"
>>                showdebugoutput="true"
>>                enablecfoutputonly="false"
>>
>>     
>
>   


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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

Reply via email to