1. Track user requests in E-commerce application stackoverflow.comDoes 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.comHi, 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 ... |
3. Track the Jsp from where the request is coming to the Servlet coderanch.com |
4. Keeping track of the requests in a servlet coderanch.comI 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 ... |