RE: Apache, mod_jk and Tomcat looses sessions

2006-07-31 Thread Markus Meissner
I must have missed that the first time around: I'm an idiot. You are probably not! > Does your log file indicate that the URL is being re-written properly > with the session id attached? Jep, getting a fresh sid every time, added to the url. It works li

Loosing session using apache 1.3.26-0woody6, mod_jk and tomcat 5.5.9

2005-11-05 Thread Markus Meissner
on.getAttribute("i"); if (i==null) i = new Integer(0); i = new Integer(i.intValue()+1); session.setAttribute("i", i); %> i=<%=session.getAttribute("i")%> sid=<%=session.getId()%> ">Nex