Okay. I ran this through Firebug and it sets the path as path=/. I also found the real issue. IIS. If I go to Tomcat directly it works fine, but when I run it through IIS that's when the issue happens. :( I've tried the latest connector and the issue still exists. If I abort it before it sets the cookie the second time, Firebug shows that it is set, but OpenBD doesn't see it. I guess I will dig into it on the other side. Thanks for the help!
On Fri, Nov 19, 2010 at 1:37 AM, Alan Williamson (aw2.0 cloud experts) < [email protected]> wrote: > Ben this one confused me when i seen it come through on my Blackberry. > > I have taking your test setup and ran it here, and had no problems. It is > setting all the cookies and retaining them as it should through out. > > What i would suggest, is to run your setup under FireFox with Firebug and > keep an eye on the headers, and see what the PATH is set to. > > Incidentally -- i am running on OpenBD1.5 > > > Ben wrote: > >> <CFIF Not(IsDefined('Cookie.MyStuff'))> >> <CFCOOKIE NAME="MyStuff" VALUE="I have some"> >> Here >> <cfelse> >> <cfoutput>#Cookie.MyStuff#</cfoutput> >> </CFIF> >> > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > official manual: http://www.openbluedragon.org/manual/ > Ready2Run CFML http://www.openbluedragon.org/openbdjam/ > > mailing list - http://groups.google.com/group/openbd?hl=en > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
