ASP.NET C# Visitor Real-time Session Tracker(sarin.mobi)
submitted by
sathai(262) 3 years, 6 months ago
Tracking real-time online visitors on your website has been a challenge for
some time, here I will show you how to track online visitor in with ASP.NET C#,
in which will have the following features that I like to show you;
SessionID - from the HttpSessionState object
Path - the Virtual path of that visitor
Username - Username of that authenticated user from System.Web.Security
PageView - number of page that the visitor have viewed in your website
Our Tracker namespace is that heart of our visitors tracking magnesium, it
hold the SessionID, Virtual path, Username, and page view of all visitors. That
SesssionTrack is a static class, which is hold information of each session
through the session id of the user HttpSesstionState instance.
|category: ASP.NET
|Views: 410
tags:
ASP.NET another
Everyones tags:
Your Tags: