Method to Find out how many times a page has been VIEWED/VISITED

karthikshane

Member
Joined
May 15, 2006
Messages
12
Programming Experience
Beginner
HI all,

In my forum i would like to display how many times a topic has been viewed ?? how can i find out that??

Give ur views, please.
 
you could create an application variable to use a counter and implement some counting logic inside the global.asax where there is a method that catches everytime a new session is started. This solution is very primitiva and once the application is restarted/recycled the counter will be zero again.
 
Back
Top