I further isolated this down using liveHTTPheaders and ieHTTPheaders: I am getting a "set cookie" header in the response header for any widgets's jscript/css files that are being requested. This happens to the page that loads after the user has logged in, thus logging him back out. But this does not happen for any files being served out of the /static directory (served from apache), or any of the html files CPY is serving.
does anyone know why this is happening? On Aug 8, 12:58 am, alex bodnaru <[EMAIL PROTECTED]> wrote: > hi > > i remember in-memory identity visits were problematic with > mod_python/fastcgi. > > hth, > > alex > > [EMAIL PROTECTED] wrote: > > Ok, after a wild goose chase, I believe the problem is with > > reverseProxy not changing the URL/domain/paths for the cookies that we > > use for authentication. > > > I set the visit.cookie.domain correctly (x=".domain.com") and now IE > > does show the cookie is loaded on page load. But IE is still not able > > to login successfully. > > > I read through the Cookie RFC doc here:http://www.faqs.org/rfcs/rfc2109.html > > and some patch docs on reverseProxy & Cookies here: > >http://www.faqs.org/rfcs/rfc2109.html > >http://groups.google.com/group/turbogears/browse_thread/thread/f39f20... > > > Does anyone have deeper insight in the cookies or reverseProxy setup? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

