about HttpSession on TOMCAT
randie ursal <[email protected]>
| Newsgroups | gmane.comp.jakarta.tomcat.user,gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
hi list, does too many HttpSession created on the Servlet container (TOMCAT) affect its performance? Since i have this application that doesn't explicitly invalidate the HttpSession created but instead just let the Servlet container invalidate this one when it TIMEOUT. thanks. randie