Re: Query : Regarding Browser Session

2008-12-18 Thread Bilgin Ibryam
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

Re: Query : Regarding Browser Session

2008-12-18 Thread Abhishake Agarwal
JavaScript (ajax) is definitely needed for this. but catching the 'X' event of browser incompatible on different browser and has many issues. On Thu, Dec 18, 2008 at 5:45 PM, Sumit Pandit wrote: > Hello Devs, > > If user close the browser by X sign, then is it possible to call a service > at th

Query : Regarding Browser Session

2008-12-18 Thread Sumit Pandit
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