Project

General

Profile

Actions

Bug #1055

closed

Notify application when its session times out or is invalidated.

Added by Koen Deforche over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
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

Actions #1

Updated by Koen Deforche over 12 years ago

  • Status changed from New to InProgress
  • Assignee changed from Pieter Libin to Koen Deforche
Actions #2

Updated by Koen Deforche over 12 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

Also available in: Atom PDF