, 2001 6:20 PM
To: Tomcat Users List
Subject: RE: Sticky session with Tomcat 4.0 and mod_jk
Good posting - We are assuming that mod_jk is in essence similar / superset
of mod_jserv, of which
the following information appears to be excelent regarding failover.
http://java.apache.org/jserv/howto.load
configuration to do loadbalancing for mod_jk)
-Original Message-
From: Subbu Kaleyathodi [mailto:[EMAIL PROTECTED]]
Sent: 14 December 2001 06:56
To: '[EMAIL PROTECTED]'
Subject: Sticky session with Tomcat 4.0 and mod_jk
Hi All,
We are using Tomcat 4.0.1 with Tomcat and would like to
Hi All,
We are using Tomcat 4.0.1 with Tomcat and would like to use mod_jk as the
connector from Apache to Tomcat. The main reason for going with mod_jk is
because I read some snippets of documentation that mentioned that it
supported sticky sessions. But I haven't found anything comprehensive on
001 14:38
> An: 'Tomcat Users List'
> Betreff: RE: Session with Tomcat
>
>
> Also maybe try disabling sessions tracking through cookies in the
> server.xml.
>
> -Original Message-
> From: Stefano Bonnin [mailto:[EMAIL PROTECTED]]
> Sent: 22 November
Hi,
This is quite normal because your 2 IE windows share the same cookies and
so the same session ids.
If you have a second browser, like netscape or opera, you can do easily
your test.
Regards
Alex
>Hi,
>
>I have developed a "web application" with Tomcat+Cocoon. Now I have noticed
>that if
Also maybe try disabling sessions tracking through cookies in the
server.xml.
-Original Message-
From: Stefano Bonnin [mailto:[EMAIL PROTECTED]]
Sent: 22 November 2001 13:23
To: [EMAIL PROTECTED]
Subject: Session with Tomcat
Hi,
I have developed a "web application" with Tom
Do you open two browsers, or just two windows of the same browser?
> -Ursprüngliche Nachricht-
> Von: Stefano Bonnin [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 22. November 2001 14:23
> An: [EMAIL PROTECTED]
> Betreff: Session with Tomcat
>
>
> Hi,
>
Hi,
I have developed a "web application" with Tomcat+Cocoon. Now I have noticed
that if, on the same machine, I open two MSIE, Tomcat return the same
session.
This is no good for me because the browsers on the same machine share the
same session objects!!
How can I do?
Thanks in advance.
--