Mark Struberg please provide more context for this. The test you pointed to works with Conversations and events for those are obtained by end end of servlet's service() method - e.g. after the request is done (and not session). So I do not really see any harm done with sessions not being invalidated. Not to mention all the sessions which can possibly linger on the server have their timeouts and after that, servlet should dispose of them. |