Project

General

Profile

Actions

Bug #1055

closed
KD KD

Notify application when its session times out or is invalidated.

Bug #1055: Notify application when its session times out or is invalidated.

Added by Koen Deforche almost 15 years ago. Updated almost 15 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

KD Updated by Koen Deforche almost 15 years ago Actions #1

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

KD Updated by Koen Deforche almost 15 years ago Actions #2

  • 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: PDF Atom