I believe this was a bug which manifests itself when using client variables.
Have you applied all the updaters? Kola >> -----Original Message----- >> From: Fandetti, Seth [mailto:[EMAIL PROTECTED] >> Sent: 03 September 2003 20:56 >> To: CF-Server >> Subject: Null error >> >> >> Hello if anyone could help it would be appreciated. >> >> I recently encountered this error on my server >> >> >> Error Occurred While Processing Request >> >> null >> >> >> >> >> >> The Error Occurred in E:\HTDOCS\collette\Application.cfm: line 20 >> 18 : SETCLIENTCOOKIES ="Yes" >> 19 : SESSIONMANAGEMENT = "Yes" >> 20 : SESSIONTIMEOUT = #CreateTimeSpan(0, 1, 0, 0)#> >> 21 : >> 22 : >> >> >> What is odd is that there appears to be no msg to what the problem is >> and since the error is in the application.cfm file >> it will not let the site load, the code however has been used in my site >> since the beginning and then one day all of a sudden >> it didn't work. I am running Cold Fusion MX 6.0, on Windows 2000, with >> IIS. >> >> The application code behind the error is below but I see no error with >> this code and a copy of it is running on my production server without >> error. >> >> <CFAPPLICATION NAME="collette_vacations" >> CLIENTMANAGEMENT = "No" >> SETCLIENTCOOKIES ="Yes" >> SESSIONMANAGEMENT = "Yes" >> SESSIONTIMEOUT = #CreateTimeSpan(0, 1, 0, 0)#> >> >> >> >> >> --------------------------------------------- >> Seth L. Fandetti # >> Webmaster # >> 401-728-3805 x3174 # >> www.collettevacations.com # >> --------------------------------------------- >> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:10 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com
