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"
>

-- 
===========================================================================
Raymond Camden, VP of Software Dev, Broadchoice

Email : [EMAIL PROTECTED]
Blog : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:306188
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