Re: session problem with mod_jk

2002-12-05 Thread Tim Funk
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: -

Re: session problem with mod_jk

2002-12-05 Thread Matthias Erche
Hi Tim, thanks for your answer. 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( ... )) That is not possible I think. I have to type in

Re: session problem with mod_jk

2002-12-05 Thread Matthias Erche
Hi Tom, Am Donnerstag, 5. Dezember 2002 13:44 schrieb Tim Funk: The session cookie is probably NOT being propogated in IE's new window. The cookie is being propagated. But it has a different content than this one that we get when using the warp connector. Why? -- To unsubscribe, e-mail:

RE: session problem with mod_jk

2002-12-05 Thread Price, Erik
-Original Message- From: Matthias Erche [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 7:34 AM To: [EMAIL PROTECTED] Subject: session problem with mod_jk [...] What we want to have (only with IE): - login to first webapp per ssl - open new browser window so