1. Tracking User data and activity in jsp coderanch.comYou have access to every request made by the user. The access logs for your Servlet container probably already have part of this information, though you will need to expand on this to get the fine grained detail you want. You could do that in a filter. The trickier part is how you tell that one anonymous user is not the ... |