keeping same session via apache2 mod_jk2 and tomcat5

2006-03-27 Thread Vahid Hedayati
Hiya all tried to answer back to my last post but it kept timing out maybe it was too long - anyways I just wondered if there was anything else i can try :( If port 8180 keeps the sessions but port 80 keeps recycling sessions surely it must be an issue with mod_jk I have also tried mod_jk2

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-22 Thread Vahid Hedayati
protocol=AJP/1.3 ... In httpd.conf, I map all (most) context paths to worker0. # /context1/* worker0 /context2/* worker0 My advice is to keep things as simple as possible. HTH, Long www.edgesoft.ca - Original Message - From: Mladen Turk [EMAIL PROTECTED] Vahid Hedayati

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-21 Thread Vahid Hedayati
) yould check with ethereal or try using cookie-less mode with response.encodeURL(hyperlink) hope this helps R. Am Freitag, 17. März 2006 13:35 schrieb Vahid Hedayati: Hi All. Have been looking for a few days now for a fix for this one issue that I just cannot get around

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-20 Thread Vahid Hedayati
] wrote: On 17 Mar 2006 at 14:41, Vahid Hedayati wrote: Hi Steve I have now installed mod_jk in virtualhost config it has.. IfModule mod_jk.c JkLogFile /var/log/apache2/mod_jk.log JkMount /servlets/* ajp13 /IfModule more /etc/apache2/mods-enabled/jk.load LoadModule jk_module

keeping same session via apache2 mod_jk2 and tomcat5

2006-03-17 Thread Vahid Hedayati
Hi All. Have been looking for a few days now for a fix for this one issue that I just cannot get around.. Basically If I run http://www.greenlightproductions.co.uk/servlets/SessionExample The session ID keeps changing if you refresh the page (same goes for all other servlet code I been using