I've found this too, changing the "cfapplication name="" to something else seems to fix it, eg ACTCFUG_V2 to ACTCFUG_V3). Not sure why it happens.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Kear Sent: Monday, 23 August 2004 5:44 PM To: CFAussie Mailing List Subject: [cfaussie] RE: Application fails in Mozilla only. Anyone see why? Thanks for helping Gareth. To tell the truth I'm not sure what the problem is. I removed the application tag and added it again attribute by attribute, and I think the error is the application timeout. This application tag makes it fail (but only in mozilla firefox): <cfapplication name="ThisApplication" applicationtimeout="#CreateTimeSpan(2,0, 0, 0)#" sessionmanagement="yes" sessiontimeout="#CreateTimeSpan(0,0,20,0)#" clientmanagement="yes" setdomaincookies="Yes" > And this application tag works: <cfapplication name="ThisApplication" sessionmanagement="yes" clientmanagement="yes" sessiontimeout="#createtimespan(0,0,20,0)#" setdomaincookies="yes"> The error, which only appears in Mozilla Firefox says "session is invalid" and quotes line 1 of application.cfm as the source of the error. (that's the application tag above). Sine I thought coldfusion errors didn't relate to browsers, this has me puzzled. I thought it was either a coldfusion error or it wasnt, and which browser was being used didn't matter at all. I thought. Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://afpwebworks.com .com,.net,.org domains from AUD$20/Year -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gareth Edwards Sent: Monday, 23 August 2004 5:07 PM To: CFAussie Mailing List Subject: [cfaussie] RE: Application fails in Mozilla only. Anyone see why? Works fine for me. *shrugs* what is the error you are getting? what is the .cfm you are running that is causing it to fall over? have you sorted it out? Gareth. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
