On Sun, 20 May 2001, Robert Nicholson wrote:
>
> Question... how I force it to rewrite the URL to support url rewriting even
> if the browser supports cookies?
>
In 3.2, look in "conf/server.xml" for the string
noCookies="false"
and change it to
noCookies="true"
IIRC, thi
01 10:02 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Transferring session between http and https on Tomcat
>
>
> you mean by sending session id in the url .Can you elobrate on it?
> But why is it working in IE but not in Netscape.
>
> Deepak Raina
>
> INTIQUA India
>
nal Message-
> From: Robert Nicholson [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, May 21, 2001 10:27 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Transferring session between http and https on Tomcat
>
> Perhaps the in memory session cookie doesn't get sent for the
Transferring session between http and https on Tomcat
>
>
> Hi everybody,
> 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.I
Hi everybody,
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. Is there anything i should do with tomcat s