Sorry for slow response... the newsecuritymodel.encryptionkey is the security key. look at the __defaultvars.cfm in the customtags/system/tier0/security/ directory.
This securitysecret is what we use to encrypt/Decrypt the cookie. If this value is a long number... it could cause this type of issue try re-setting it to something smaller using letters and numbers etc. -Kurt. -----Original Message----- From: Steve Jaeger [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 11:27 AM To: Spectra-Talk Subject: RE: Invalid Cookie Error in 1.5.2 I too am experiencing this issue. It occurs for me in a different tag, but it is the same code that causes it. The offending code is: Decrypt(cookie.cfauth,'#request.cfa.newsecuritymodel.encryptionkey#') It seems that the cookie is not properly encrypted and so the decrypt function throws the error. I have verified that cookie.cfauth does exist and it seems to be an encrypted value. That is pretty much as far as I got. In order to bypass this problem I was forced to comment out the cfauth stuff and set newisauthenticated variable manually. I have been getting this error for a while, but I have no real solution as of yet. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 8:07 AM To: Spectra-Talk Subject: RE: Invalid Cookie Error in 1.5.2 You've never seen or heard tell of this error? "Raymond Camden" <[EMAIL PROTECTED]> 06/16/2003 11:07 AM Please respond to spectra-talk To: Spectra-Talk <[EMAIL PROTECTED]> cc: Subject: RE: Invalid Cookie Error in 1.5.2 Sorry, but I'm no longer working with 1.5.2. Can't really help. ======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 8:53 AM > To: Spectra-Talk > Subject: RE: Invalid Cookie Error in 1.5.2 > > > That would be my guess too. Maybe Ray (the Jedi Master) will > be hanging > around the list today. He seems to be the pre-eminent > authority on 1.5.2. > > > > > > "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]> > 06/16/2003 10:47 AM > Please respond to spectra-talk > > > To: Spectra-Talk <[EMAIL PROTECTED]> > cc: > Subject: RE: Invalid Cookie Error in 1.5.2 > > I would say then that there is some rogue 1.5.1 code in there > somewhere. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 16 June 2003 15:42 > To: Spectra-Talk > Subject: RE: Invalid Cookie Error in 1.5.2 > > > I've had my users (and myself) do this and it keeps popping up > intermittently. > > > > > > Kurt Mossman <[EMAIL PROTECTED]> > 06/16/2003 10:41 AM > Please respond to spectra-talk > > > To: Spectra-Talk <[EMAIL PROTECTED]> > cc: > Subject: RE: Invalid Cookie Error in 1.5.2 > > Try closing all your browsers and re-logging into spectra. It > could be that your browser has a cookie from the "151" code > and "152" will > re-set that cookie. > > -Kurt. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 10:15 AM > To: Spectra-Talk > Subject: Invalid Cookie Error in 1.5.2 > > > Hi all, > Has anyone seen or solved this error in 1.5.2. We've never > seen it before > doing that update. > Invalid Cookie > The error occurred while processing an element with a general > identifier > of (CFTHROW), occupying document position (8:4) to (8:37) in > the template > file C:\PROGRAM > FILES\ALLAIRE\SPECTRA\CUSTOMTAGS\SYSTEM\TIER0\SECURITY\CFA_NEW > AUTHENTICATEDU > SER.CFM. > Thanks in advance. > S > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
