hitcounter

Session.isnewsession

Hello , Am doing an application, where i need to display no of visitors... It should display in home page .. And my home page is default.aspx... If i set a session at default home page as visitor = 1 for session... , it gets incremented for single visitor .. when i click on html pages and redirect back to default page.... How can i se...

Sharepoint hit counter is not displayed.

I followed the instructions here http://support.microsoft.com/kb/825532 After that when I preview my page, I can't see the hitcounter. I learned that it may be related to permissions of the site but I couldn't find how to do it. Is it realy related to permissions ? If so what should I do to ? And any external solution (except this o...

I need some ideas on my algortihm for a Hit Counter (Group By Time Interval)

My algorithm is for a 'hit counter', I am trying to not count the same person twice if that person came to the site twice in a time interval (For example if he comes twice in 5 minutes, I want to count it as 1 hit for this person) Here's what my database looks like UserIp UserId Date of user came 127.0.0.1 new.user.akb ...

Get page URL by using a program within a pageviewerwebpart in SharePoint

Hello, I have a simple hit counter written in c# .net. I placed that counter to many pages using the pageviewerwebpart. What I want to do is, not only counting the hits, but also which page triggered the hit counter. So how can I retrieve the page URL with my hit counter ? Thanks. ...

How to restrict a JSP hit counter?

I am writing a hit counter in JSP, for my coursework. I have write the code, and there is not error and its working, but the problem is that: if the user have open the website and try to use different page, whenever that the user goes back to the home page the counter still is adding a number, how can I restrict this part? shall restrict...

How best to block multiple "counts" on a counter?

I've got a real cheesy counter, just adds one to the counter field when a visit hits it. It's not counting page hits, but it's still cheesy. What I need to do is stop someone from just hitting refresh over and over. What's the simplest was to get this done? Cookies? I'd prefer not to log every visitor's ip address, etc... something sim...