--Original Message Text---
From: Ian Skinner
Date: Mon, 22 Mar 2004 12:19:53 -0800

Don't forget there is a MAXIMUM timeout parameter in the ColdFusion Administrator.  You can not override this setting with the CFApplication tag.  

Right, which I have in my application.cfm in the root of my site for my application. Si I don't understand why I'm getting this error?


<cfapplication name="MyApplication" clientmanagement="Yes"
               sessionmanagement="Yes"
               sessiontimeout="#CreateTimeSpan(0,12,0,0)#"
               applicationtimeout="#CreateTimeSpan(0,12,0,0)#">

The default for this setting is usually 2 hours IIRC.

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
     - Cynthia Dunning
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to