Updated: I found it -- Statistics Advanced Settings

Hi,
I'm have core stats enabled and was able to collect each node view stats. However, without any filtration, the same user can virtually "reload" the page gazillion times and the stats would be gone through the roof.

I was wondering if there is a module that does the job of counting 1 view per user per session.
In other words that no matter how many time the same user "reloads", it will count as 1 view to the node.

Thanks

i remember came across a module that does this but can't find it anymore

Comments

technovita’s picture

I am not sure about custom module but few lines of code can solve you problem.

You just need to add node id of the viewed node into users session and do not update if node id is already present.

Let me know if you need help in coding this stuff.

Thanks

Rohit Jain