[EMAIL PROTECTED] wrote: > I am having problems where external TG widgets (for example the > remoteForm, calendar, tabber, TinyMCE, etc) are responding with a "set- > cookie" response header when it shouldn't be (the request passes a tg- > visit, so the response should not reset the cookie!). I don't have > any issues with internal TG static files such as Mochikit, or external > static files such as my own jscript/css files. I have trying to track > this bug down for a while, and it only happens on IE6 and IE7. > > Here is a request and response: [...]
You're right. But this bug doesn't happen only with IE but at least with FF,
too. Therefore let's assume with all browsers.
(If you happen to host your applications with Apache you can add this directive:
<Location /tg_widgets/>
Header unset Set-Cookie
...
</Location>
)
-- W-Mark Kubacki
smime.p7s
Description: S/MIME Cryptographic Signature

