Hi,
I have a jsp page that call stateless session bean (ejb3).
The stateless session execute processes during 45 seconds and return result to de jsp
page. If a client called the jsp and close internet browser after 15 seconds. The
stateless session bean and the jsp page continu to run during 45 seconds without catch the
client disconnection.
My question, Is it possible to stop stateless session bean and the jsp when a client
closing the browser session?
Thanks!
Charles
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122874#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...