I am still getting this error on several client sites. In this case it's
line 7, which corresponds to the application tag in App.cfm. I can usually
"fix" the problem by renaming the CFApplication tag. Here's what that tag
looks like:

<cfapplication name="website"
        clientmanagement="Yes"
        sessionmanagement="Yes"
        sessiontimeout="#CreateTimeSpan(0,1,30,0)#"
        applicationtimeout="#CreateTimeSpan(1,0,0,0)#"
        setdomaincookies="Yes">

Here's our CFAdmin settings:

SERVER SETTINGS
        Settings:
                Timeout Requests after (seconds): 60
        Memory Variables
                J2EE is unchecked
                Enable Application and Session variables are both checked
                Maximum timeout is:
                        Application: 7 0 0 0
                        Session timeout is: 0 23 0 0
                Default timeout is:
                        Application: 1 0 0 0
                        Session timeout is: 0 8 0 0

What's going on and what should I do to fix this problem? We're using CF
6.1.


<!----------------//------
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:244374
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

Reply via email to