Click here to Skip to main content
15,888,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in ASP.NET
how can we log page navigation history ie order in which pages visited by the user..
which section we should write code , i suppose we should write in global.asax file..between session start and session end
am i right??
Posted
Comments
harsimranb 7-Feb-15 13:21pm    
Are you using MVC or WebForms? I would recommend using cookies instead of session state.
Kornfeld Eliyahu Peter 8-Feb-15 5:52am    
IIS has a built in log...Isn't that good for you?
harsimranb 8-Feb-15 11:25am    
It depends on the use case. I assumed the questioner was trying to keep track of user's history for maybe a breadcrumb or something. Built-in IIS logs would keep track of entire history, between multiple sessions, for all users.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900