Anthony, Thanks for responding.
I think I solved the problem by enabling SetClientCookies in my Application.cfc file. My application started out on Coldfusion MX7 and then moved to BlueDragon JX7.1. In both places, I used J2EE sessions and didn't use cookies. However, since the JVM's and connectors to IE were tightly coupled, everything worked fine. Once I moved to OpenBD/Jetty/Tomcat Connector, it appears I now need the cookies to make things work. Thanks again. Carl On May 6, 7:29 pm, "Anthony Hixon" <[email protected]> wrote: > Just out of curiosity, how are your advanced privacy settings set up in IE? > > -- > > Anthony Hixon, Jr. > > Certified ColdFusion MX 7 Advanced Developer > > Mobile: (706) 639-3617 > > Email: [email protected] > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of > > Carl Von Stetten > Sent: Wednesday, May 06, 2009 8:25 PM > To: Open BlueDragon > Subject: [OpenBD] IIS + OpenBD1.1 + Jetty Ready2Run + Tomcat Connector > > OK, with tremendous help of other posters on this group, I > > successfully got the above combination working. The reason I needed > > IIS to be part of the equation is that I have an AutoDesk MapGuide 6.5 > > application tied into my web application, and MapGuide requires IIS. > > I have one problem though: it appears that because I'm using the > > Tomcat JK connector to pass CFM/CFC requests to Jetty/OpenBD, I'm > > losing my session ids in Internet Explorer. The weird thing is that > > this doesn't seem to happen in Firefox. > > Here's what I'm seeing: If I open my application in Firefox and > > refresh the screen, the CFID and CFTOKEN remain the same, and all of > > the session variables match. If I open a child window, it has the > > same CFID and CFTOKEN and the session variables match. However, if I > > do the same things in IE, I get different CFIDs and CFTOKENs, and the > > session variables do not match between refreshes or between parent and > > child windows. > > Here is what is in my Tomcat connector uriworkers.properties file: > > /*.cfm=bddefault > > /*.cfc=bddefault > > /*/=bddefault > > And here is what is in my workers.properties file: > > worker.list=bddefault > > worker.bddefault.host=127.0.0.1 > > worker.bddefault.port=8009 > > worker.bddefault.type=ajp13 > > worker.bddefault.lbfactor=1 > > Anyone have any ideas what is causing IE to lose the session ids? > > Thanks, > > Carl --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
