Actions
Bug #1055
closedNotify application when its session times out or is invalidated.
Start date:
11/08/2011
Due date:
% Done:
0%
Estimated time:
Description
This must be the java equivalent of the C destructor.
This should be done by letting the WebSession implement the HttpSessionBindingListener interface, and react to the unbind event by calling a new virtual method in WApplication, which can then be reimplemented to close other application resources.
Regards,
koen
Updated by Koen Deforche almost 13 years ago
- Status changed from New to InProgress
- Assignee changed from Pieter Libin to Koen Deforche
Updated by Koen Deforche almost 13 years ago
- Status changed from InProgress to Closed
- Target version set to 3.2.0
Implemented: WApplication.destroy() is the method that gets called.
Actions