I've been profiling my web service and is stuck on why the Axis-made HttpSessions aren't destroyed and garbage collected.
The web service itself, which looks to be added as an attribute to the session, is destroyed along with everything it refers to when it enters my http listener (destroy method). I can verify this in the profiler. The Axis http session itself still lingers around though. So I guess the question is what references might still be out there and why aren't they unreferenced? Has anyone else had this kind of problem? Kind regards, Clarence
