My problem is
if any user login in my website and move one page to another page . i want to store all the user's information in which pages user visited.
how to manage it .
right now am not find any solution please help me .
thaks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Khargesh RajputPosted Dec 24, 2014, 11:01 PM
http://www.codeguru.com/csharp/.net/net_asp/article.php/c19443/Tracking-Visitors-with-ASPNET.htm
http://www.codeproject.com/Articles/7514/Page-Tracking-in-ASP-NET
Rajeev KumarPosted Dec 24, 2014, 12:40 PM
Rajeev KumarPosted Dec 23, 2014, 7:02 AM
Khargesh RajputPosted Dec 23, 2014, 6:46 AM
inrease the hit by 1 with user logged in.
default value for hit set to zero (0).
In database you have to save page name if you want to count visit for each page and for each user
http://www.aspnettutorials.com/tutorials/database/hit-cntr-asp4-cs/