At 07:04 PM 1/06/01 +1200, you wrote:
>Summary: Any known bugs and workarounds with Multiple Windows in IE5,
>Servlet Sessions and Struts 1.0b1?

A few things to note. Have a look to see if the redirect is forcing :80 (port 80)
onto the end of the URL, this can cause the session get lost in the ether.
Upgrade to struts-b2 and it'll go away.

Another thing to note is that on NT you can have each IE run in a separate process,
which gives it its own set of cookies, which will also loose the session value.

I think it's probably the first one though, as you'd be using <html:rewrite /> to 
generate
the URL for the javascript, and up until struts-b2 it would add the port into the 
address
and confuse the browser. This happens in Netscape Navigator as well.


--
Kumera - a new Open Source Content Management System
for small to medium web sites written in Perl and using XML
http://www.cyber4.org/kumera/index.html

Reply via email to