|
Hello again, Currently from within a doGet() handler in a multithreaded
Java Servlet running inside Tomcat I am creating several threads and causing
the doGet() handler to wait() on notification from
those threads to wake up and check some status values (this occurs for each
HTTP GET request). I need a way to also check if the user connected to that
session is still there, e.g. to see if it is possible to still write to the
output stream for a given session. Is there a standard API I can use from
within a service method in a Servlet to do this? Thanks, Jayme Edwards Rockwell Software |
- Re: Detecting Session termination from within a servic... Edwards, Jayme
- Re: Detecting Session termination from within a s... Edson Alves Pereira
- RE: Detecting Session termination from within a s... Edwards, Jayme
- Re: Detecting Session termination from within a s... Glenn McAllister
