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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 be used to do this. Filters should be best
option.

Cheers!

Thomas Joseph



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]