Hi D.
I would try that your external HTTP monitor does not open an http
session in your application, or otherwise that the HTTP monitor closes
the http session after opening it.
For example, if your HTTP monitor can call several URL in a test and if
it can read the session cookie sent by the server, make it call a
"logout" URL as the last one.
Or if it can't, add in your server something like
"httpRequest.getSession().close()" at the end of the http request when
it is the HTTP monitor (based on the URL, or a parameter or
httpRequest.getRemoteAddr() or ...)
If someone has other thoughts...
bye, Emeric
Le 24/05/2010 13:46, dhartford a �crit :