-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.6
-
Component/s: Transports
-
Labels:None
-
Estimated Complexity:Unknown
When using embedded Jetty with sesssion support:<jetty:sessionSupport>true</jetty:sessionSupport>
sessions NEVER expire. This creates memory leak that will lead to OutOfMemoryError if the application runs long enough.
There is also no way to configure Jetty SessionManager - for example set the session timeout.