Hi sir,
I need to track the number of visitor hit my website for the past 1 hour. How can i implement this?
[For example: I need to track my website http://www.sample.com for the past 1 hour. I need to know how many users can access my url for the last 1 hour]
Kindly give me the solution for this problem.,
Prabu SparkPosted Nov 19, 2014, 1:05 AM
Is it possible through code in Global.asax file.
Joginder BangerPosted Nov 18, 2014, 11:35 AM
select * from visitortableName where datetime DateAdd( hh, -2, getdate()) and getdate()
Guest UserPosted Nov 18, 2014, 9:23 AM