RE: Sticky session with Tomcat 4.0 and mod_jk

2001-12-14 Thread Subbu Kaleyathodi
, 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

RE: Sticky session with Tomcat 4.0 and mod_jk

2001-12-14 Thread Andrew McGhee
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

Sticky session with Tomcat 4.0 and mod_jk

2001-12-13 Thread Subbu Kaleyathodi
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

AW: Session with Tomcat

2001-11-22 Thread Ralph Einfeldt
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

RE: Session with Tomcat

2001-11-22 Thread Alexandre Victoor
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

RE: Session with Tomcat

2001-11-22 Thread Luke Studley
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

AW: Session with Tomcat

2001-11-22 Thread Ralph Einfeldt
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, >

Session with Tomcat

2001-11-22 Thread Stefano Bonnin
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. --