ahmedsafan86
ahmedsafan86

Reputation: 1794

how joomla monitor the articles hits?

joomla saves the hits of each article in the table "jos_content" in the field "hits"

how do it detects that the current user didn't visit this article before it increases article hits??? i looked at "jos_session" "data" field but found nothing related???

Upvotes: 1

Views: 2855

Answers (1)

Gaurav
Gaurav

Reputation: 28755

Joomla does not check that the user has already visited the article or not.

It just increment the number of hits, each time when article is viewed.

Upvotes: 4

Related Questions