View Single Post
  #2 (permalink)  
Old 04-16-2008, 10:22 AM
sanjeevtarar's Avatar
sanjeevtarar sanjeevtarar is offline
Senior Member
 
Join Date: Apr 2008
Location: Delhi(India)
Posts: 249
sanjeevtarar is on a distinguished road
Hi,

Just make a Listener class and make a entry into web.xml file.

Listener will be called by container when you will create session object in JSP OR session.invalidate().

There is no link with servlets and Listener.

If i am wrong please correct me.


sanjeev
Reply With Quote