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
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243761
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

Reply via email to