Thursday, November 20, 2008 6:22 AM
kolbis
Track your visitors using an HttpModule
Tracking the visitor actions is a common issue for web applications. You want to get statistics such as:
- How many users logged on to your application?
- What is the time duration they spent in each page?
- What pages they are visiting?
- etc.
Mads Kristensen posted a nice solution using HttpModule to that issue.
You can read more here.
I am hoping to load test this solution and get the sense of capabilities in production environment.
תגים:.NET, Dev