I've seen that problem when the session token supplied by cookie is no longer valid. More specifically, if you're using J2EE sessions, log in, restart CF, and then attempt to continue with the session. I can't say it happens every time, but I can't recall an example off hand that I didn't see it happen when I've been in that scenario.
Don't know if tha'ts your problem, but it might be. cheers, barneyb 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? > > <!----------------//------ > andy matthews -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243763 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

