On Dec 18, 2008, at 2:15 PM, Sumit Pandit wrote:

Hello Devs,

If user close the browser by X sign, then is it possible to call a service at that time, that will save all session data in database before closing it.

Thanks in Advance
Sumit Pandit

Hi Sumit,

you can use HttpSessionListener interface for this. For an example check CartEventListener.java

HTH
Bilgin

Reply via email to