Sessionhandling with Apache Axis  
Author Message
Steffen Mayer





PostPosted: 2003-12-17 16:35:00 Top

java-programmer, Sessionhandling with Apache Axis Hello Group,

i 've already written a littlr webservice with Apache Axis.
My Service starts a thread to process some data. The Client may
Access the output via different functions.
Everything very fine.
But if i kick the Client and the Session times out after 30
minutes, the thread is still running... and running... and running...

I want to tell the Service to kick the Thread after a timeout,
maybe this should possible via a Session.

How can i find out if a Session is timed out?

Thanks for your help and a happy x-mas (ok ok, some days to early :-) )
Greetings,
Steffen