But only first time call to request.getSession() takes a little bit long time. After that, it is pretty fast :)
Raymond -----Original Message----- From: Katsuyuki Michishita [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 11:33 AM To: Tomcat Users List Subject: Re: getSession take too mush time. Is there any solution for not taking too much time like this? -Kats ----- Original Message ----- From: "Katsuyuki Michishita" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 11, 2002 12:00 PM Subject: getSession take too mush time. > request.getSession() take 5 second to execute the code. > one of person answer me following: > "is it tomcat? then it's because sessionids are computed by SecureRandom. > First > number takes about 5 seconds, thats normal" > > So this is happen only first time of execution? > I do not have to worry this a day later? > > thank you > > -Kats > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
