You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ivan Vasquez <iv...@itos.uga.edu> on 2004/09/17 21:37:41 UTC

Timer in Web service

Hi,

I have a stateful Web service (using SimpleSession + Handler) for which I want to set a timer to kill the session after some time. I see that an Axis sample handler will "reap" sessions after some time, but this works only when the handler is triggered. Is there any way I can kill sessions after timeout without this drawback?

Thanks in advance,
Ivan.