The session cookie is probably NOT being propogated in IE's new window.

If that is the case, then you need to add the session id to the url. (Via response.encodeURL( ... ) or response.encodeRedirectURL( ... ))

Matthias Erche wrote:
Hi all,

We have 2 webapps running in this environment:

- Win2k
- Tomcat 4.0.4
- Apache 1.3.26
- mod_jk (version ?)
- all on the same server

What we want to have (only with IE):

- login to first webapp per ssl
- open new browser window so that it have the same session
- typing the url of the second webapp so that we still have the same session for this application

What happens:

- if the webapps run on linux with the warp connector everything works fine
- on windows with mod_jk the session changes when typing the url of the second webapp

Can anyone give me an hint?
Thanks Matthias


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to