From: "Daniel Perry" <[EMAIL PROTECTED]>

> I cant see an obvious way to find out when sessions are destroyed.

You can register an HttpSessionListener and be notified of 'sessionCreated'
and 'sessionDestroyed' events:

http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionListener.html

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to