I do not know whether you can terminate (I assume you mean invalidate) one session from another. I suggest you try it, or check Sun's site, or maybe just Google for the answer.
Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 04, 2004 4:49 PM Subject: requests Scott, I have some methods in a class X which are offered as SOAP RPC services, with the class scope as Application. I know that, in a method of X, with the method getProperty of the class SOAPContext, I can obtain the HTTP session id of the request I am serving, but I would like to know if I can terminate a request (knowing the HTTP session id), from other request. Thanks very much, tizo