RE: Session Expirey hooks
Thelmo Loisio <[email protected]> Thu, 22 Jan 2004 16:21:26 +0100
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Organization | NONE |
| Message-ID | <[email protected]> |
On Thu, 2004-01-22 at 15:52, James Carnegie wrote: > > I will look further into this, but any additional ideas at this stage > would be much appreciated. > With 2.3 specification binding your class to HttpSessionListener you will be notified when there's a change in the web application sessions list and you've to register the class implementing that interface with a <listener> element in the web.xml descriptor. Specification 2.4 specify this a little saying that would be notified _before_ the session is: - created - invalited - timed out That's the changing behavior in the specifications Regards. -- Thelmo