How are you storing session-specific data in the servlet?
Rahul Nair
Ranch Hand
Joined: Dec 01, 2007
Posts: 136
posted
0
For Session Time Out (i.e. session destroyed) event, you may implement HttpSessionListener and override the method sessionDestroyed to release acquired resources which are used in application/ servlet.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.