I want to add a mechanism to track the amount of time a visitor spends viewing a particular jsp page within a web application of mine. Since I want to report this information back to a MySQL database and match it with user session information I'd like to be able to do it jsp if possible. Are there any existing java classes desgned to do this type of thing (count how many seconds a visitor remains on a page) or will it have to be created from scratch?
Start Free Trial