Track « Request « JSP-Servlet Q&A





1. Track user requests in E-commerce application    stackoverflow.com

Does anyone know the various techniques that could be used to enable an E-commerce application to track user's requests and decisions. Also, could you please tell me briefly the suitability of ...

2. tracking clicks across requests    coderanch.com

Hi, I was not sure where to place this post in javascript or jsp i have page with 2 buttons with Next and previous and have to keep count how many times I have clicked on these buttons in a variable. And everytime I click on the button the page get reloaded. I tried using javascript and assiging global varible in ...

4. Keeping track of the requests in a servlet    coderanch.com

I was asked this question quite a few times as how to keep track of the requests to a particular servlet, so I just want to confirm I got it right. Looks like there are few ways to do it; just want to see what everyone thinks is the best way to do so: a. Storing a static count variable and ...