In my Application.cfc I have the following code:

<cfcomponent displayname="Application"
        output="true"
        hint="Handle the application.">

        <!--- Set up the application. --->
        <cfset THIS.Name = "[app name]" />
        <cfset THIS.ApplicationTimeout = CreateTimeSpan(2,0,0,0) />
        <cfset THIS.SessionManagement = true />
        <cfset THIS.SessionTimeout = CreateTimeSpan(0,1,0,0) />
        <cfset THIS.SetClientCookies = false />

In the CF Admin the max timeout is 4-hours, and yet session don't last
longer than 20-minutes or so. Any ideas what's going on?

Thank you,
Aftershock Web Design, Inc.
by: Stan Winchester
President/Developer
http://www.aftershockweb.com/




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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320108
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