On 6/23/05, Dave Cordes <[EMAIL PROTECTED]> wrote:
> As usual, thanks for the response. I send myself an email when there is an
> error on any of my sites and the only scope I wasn't dumping inside the
> email was the Cookie scope! So I've added it in hopes to find the problem. 

That probably won't help - the error comes about because CFMX is
unable to parse the cookie data it is getting back from the browser.
That can happen when the browser sends a cookie with , in the value
(which is not strictly legal!):

cookie1=foo,bar,cookie2=fubar

looks like:

cookie1=foo
bar
cookie2=fubar

and the 'bar' part doesn't parse as a valid cookie definition.

At least, I *think* that might be what's causing your problem...
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
[email protected] with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

CFCDev is supported by New Atlanta, makers of BlueDragon
http://www.newatlanta.com/products/bluedragon/index.cfm

An archive of the CFCDev list is available at 
www.mail-archive.com/[email protected]


Reply via email to