HttpSession = request.getSession(true);

2000-12-26 Thread Michael Nowotny
Hi everybody! I've just switched over to Tomcat 3.2.1 and experienced some bad behaviour in this new release as opposed to Tomcat 3.1. It takes several(10-20) seconds to create a new user session (HttpSession = request.getSession(true);). Does anybody know what I can do about it? Thank

RE: HttpSession = request.getSession(true);

2000-12-26 Thread Nacho
nviado el: martes 26 de diciembre de 2000 21:12 > Para: [EMAIL PROTECTED] > Asunto: HttpSession = request.getSession(true); > > > Hi everybody! > > I've just switched over to Tomcat 3.2.1 and experienced some > bad behaviour > in this new release as opposed to Tomc

Re: HttpSession = request.getSession(true);

2000-12-26 Thread Kurt Bernhard Pruenner
Nacho wrote: > This is the very first time you attempt to create a session, caused by > Random Number Generator init, this is fixed in 3.2.2 initializing the > RNG at init and in a fastest way, Setting the environment variable TOMCAT_OPTS to "-Dtomcat.sessionid.randomclass=java.util.Random" might