RE: Problem with session

2007-10-10 Thread Alex79
wrote: From: Alex79 [mailto:[EMAIL PROTECTED] Subject: RE: Problem with session You mentionned a session listener, can you point me out to a tutorial on how to do it? See section 10 of the Servlet spec. Are there any generic session listener that I could use out of the box? There's

RE: Problem with session

2007-10-09 Thread Alex79
to a tutorial on how to do it? Are there any generic session listener that I could use out of the box? If you have any other idea, please let me know. Thanks again. Alex Alex79 wrote: Thanks Chuck, I'll check out for a call to the invalidate method of the session. I'll also give a try

RE: Problem with session

2007-10-08 Thread Alex79
at the keepalive and let you know if it has an impact. Thank you very much for this info. Caldarale, Charles R wrote: From: Alex79 [mailto:[EMAIL PROTECTED] Subject: Problem with session I am running a web service on tomcat, which I am not very familiar with (tomcat). At least tell us

RE: Problem with session

2007-10-08 Thread Alex79
that wrong and that it does come from tomcat. Where can I find the exact tomcat version? Thank you, Caldarale, Charles R wrote: From: Alex79 [mailto:[EMAIL PROTECTED] Subject: RE: Problem with session I checked the log in the logs directory, there's nothing that says tomcat has been

RE: Problem with session

2007-10-08 Thread Alex79
. | Windows XP | 5.1 | x86 I saw some info on max thread also, could it be the cause? One thing I said in my first post that I did not exagerate, the server does receive a LOT of requests per second. Than you again. Caldarale, Charles R wrote: From: Alex79 [mailto:[EMAIL PROTECTED] Subject

Problem with session

2007-10-07 Thread Alex79
Hi, I am running a web service on tomcat, which I am not very familiar with (tomcat). A client application that sends requests to this web service sends the session id with a certain type of request. After many requests (over 1000) occurring in the same session (in other words, by the same