> -----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 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 you not encode the URL for the session and pass this URL as the argument to the JavaScript for opening the new browser window? Presumably the URL will be rewritten if necessary, or not if the user has accepted the cookie... ?? Erik -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
