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]

Reply via email to