Re: User metrics

2006-03-09 Thread James Mitchell
Probably a filter would be the easiest way to do this. -- James Mitchell On Mar 9, 2006, at 7:40 AM, Raghuveer wrote: How to Catch ,how much time the user spent time in each JSP Page in my JSP web Application - To

Re: User metrics

2006-03-09 Thread Thomas Joseph
Hi Raghuveer, How to Catch ,how much time the user spent time in each JSP Page in my JSP web Application Time between two subsequent requests per user per browser is the time spent for that page. Record this in the user session. Donot use requested JSPs for this. Filters or Servlets could