You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Venkat <ve...@yahoo.com> on 2001/04/11 07:47:58 UTC

Re: Session Ended Event

You can implement javax.servlet.http HttpSessionBindingListenerm and override valueBound and valueUnbound methods to get desired results

Servlet engine notifies valueBound() method when a new session is created and valueUnbound() method when a session is timed out/destroyed

Hope this helps

Venkat
  ----- Original Message ----- 
  From: Lakshmeenarayana G G 
  To: Tomcat-User 
  Sent: Wednesday, April 11, 2001 5:42 PM
  Subject: Session Ended Event


  Hi,

  My application requires to capture the events occured by session when Times out after Inactive Time period elapsed.
  or what servelt Engine will do when the session closes because of inactive time period expires.

  Ragards.

  L G Goundalkar
  Intertec Communications Pvt Ltd
  INDIA