On 6/16/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > We have a cluster of servers that use coldfusion 6.1. > > Lately (over the past 4 or 5 days) several of our clients have been getting > the following error: > > Session is invalid null > error occurred on line 7 > > The specific code in question appears to be caused by the Application.cfm > page which has as it's first code block the following, line 7 being the last > line in the block. > > <cfapplication name="website" > clientmanagement="Yes" > sessionmanagement="Yes" > sessiontimeout="#CreateTimeSpan(0,1,30,0)#" > applicationtimeout="#CreateTimeSpan(1,0,0,0)#" > setdomaincookies="Yes"> > > The code has run fine until the last few days. The only thing I've been able > to do is to change the name of the Application, which "fixes" the problem, > but doesn't tell me what's actually happening. > > Does anyone have any ideas as to what's causing this or what I can do to > prevent this happening to all of our other CF sites? > > Restart the server maybe? But surely CF has been restarted at least once > over the last few days? >
This might not be it, but make sure that your <session-timeout> value in your web.xml is equal to or greater than the session variable timeout set in the CF administrator for each instance in the cluster. This was an early bug that I know was fixed, but I don't know exactly when. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243762 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

