Here is my application.cfc file now.  Did I leave anything out?

<cfcomponent output="false">
        <cfset this.name="MSFWGrantees">
        <cfset this.sessionManagement=True>
        <cfset this.loginstorage="Session">
        <cfset this.sessiontimeout=createtimespan(0,0,10,0)>
        <cfset This.clientmanagement = false>
        <cfset This.applicationtimeout=createtimespan(5,0,0,0)>
        
<cffunction name="onRequestStart" returntype="boolean" output="true">
        <cfset REQUEST.datasource="wdsc">
        <!--- Check to see if the user is logged in,  if not force them to now 
--->
        <cfinclude template="ForceUserLogin.cfm">
        <cfreturn true>
</cffunction>
</cfcomponent>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:247645
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to