Project:
View Revisions: Issue #36141 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0036141: stateful WS calls create HttpSessions that live till Tomcat kills them | ||
Revision | 2017-05-31 10:41 by alostale | ||
Description | Whenever a call to a stateful WebService is done, a new HttpSession is correctly created in Tomcat. This session is not automatically closed when request finalizes, so it's kept till Tomcat times it out (typically after one hour). In instances with many WS requests this can potentially cause a high heap consumption. |
||
Revision | 2017-05-30 17:16 by alostale | ||
Description | Whenever a call to a statefull WebService is done, a new HttpSession is correctly created in Tomcat. This session is not automatically closed when request finalizes, so it's kept till Tomcat times it out (typically after one hour). In instances with many WS requests this can potentially cause a high heap consumption. |
Copyright © 2000 - 2009 MantisBT Group |