Re: Sharing session across IE windows

2008-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam, Adam Lipscombe wrote: | In my app I spawn a new IE window with window.open(). I want the new | window to share the same session as the parent, because it needs to | access some session data. If you are using cookies to track session ids, this

Sharing session across IE windows

2008-02-21 Thread Adam Lipscombe
Folks, I have a perplexing problem. I don't think its a tomcat issue but maybe someone else has encountered it? In my app I spawn a new IE window with window.open(). I want the new window to share the same session as the parent, because it needs to access some session data. I find that som