I am working on a spring application in which I want to track the users time spent on each page. I am planning to do it via Spring filters. Is there a spring filter that intercepts each and every page request?
Or if you know any better ways of doing or an API that already does this which I can plug-in into my application - please suggest.