Find the number of Visitors

How we can find the number of visitors in a given site?
How to find the count of number of hits to a particular page irrespective of user?

Questions by abheeshekreddy

Showing Answers 1 - 3 of 3 Answers

On load of that page...Call a function that has a static variable say  count=0;
now return from that method count++;
so now when everytime ur method gets called  this function will get load and increment the value of count....which u can get using <%=> 'Expresion'...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions