Re: requests
"Scott Nichol" <[email protected]>
| Newsgroups | gmane.text.xml.soap.user |
|---|---|
| Message-ID | <08c401c47bb5$9cbff7a0$6401a8c0@northgate> |
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