Problem in Transferring session between http and https on Netscape

2001-05-22 Thread Deepak Raina
I had asked this problem yesterday also.Can somebody please tell me the solution??? I'm working on a website where some pages are to be kept in https and some on http.But when we transfer from https to http, session is not transferred in Netscape.It's working fine in IE.We are using tomcat.

RE: Problem in Transferring session between http and https on Netscape

2001-05-22 Thread Marc Saegesser
The code in Tomcat 3.2.x that encodeURL() uses to add the ;JSESSIONID= string to the URL makes several tests in order to prevent encoding a session ID onto a URL that doesn't belong the the current web application. One of these tests compares the URL scheme (HTTP, HTTPS) for the current request

RE: Problem in Transferring session between http and https on Netscape

2001-05-22 Thread Craig R. McClanahan
On Tue, 22 May 2001, Marc Saegesser wrote: The code in Tomcat 3.2.x that encodeURL() uses to add the ;JSESSIONID= string to the URL makes several tests in order to prevent encoding a session ID onto a URL that doesn't belong the the current web application. One of these tests compares the

Re: Problem in Transferring session between http and https on Netscape

2001-05-22 Thread Casper Gjerris
- Original Message - From: Deepak Raina [EMAIL PROTECTED] I'm working on a website where some pages are to be kept in https and some on http.But when we transfer from https to http, session is not transferred in Netscape.It's working fine in IE. I believe that this is a question

RE: Problem in Transferring session between http and https on Netscape

2001-05-22 Thread Deepak Raina
Thanks for your reply but thing is we are not using URL rewriting.We are using cookies to maintain the session(default). And we are using cookies for other things like remeber password.That thinh is working fine in NETSCAPE. Only problem comes when we try to transfer from http to https or vice