If I put session timeout configuration in web.xml, the web application times out at the end of 30 minutes inactivity. However, if the database query runs more than 30 minutes/or hangs, the web application still times out at the end of 30 minutes. I think the web container has no idea the database query is still running on the database side.
My question is what is the best approach to control the session timeout in the web container if the database is processing the query? <session-config> <session-timeout>30</session-timeout> </session-config> thanks a lot --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---
