hi
I want to track how many times a permalink page is viewed. I have added the code and it works in a fashion. However what I don’t understand is that if I refresh the page in my browser it increases the numbers of view by TWO instead of one.
Does anyone know why this is happening and how to stop i?
You can see it here:
http://mobsocnet.com/index.php/dailynews/permalink/social_networking_conference_london_2008/
Just refresh and see it increment by TWO each time :-(
The code on the permalink page includes this
>>
{exp:weblog:entries weblog=”{my_weblog}” orderby=“date” sort=“desc” limit=“15” track_views=“one”}
>> Number of times this page has been viewed: {view_count_one}
I might be using this > track_views=“one” < on another page - should I change that use of this code to say this > track_views=“two” < ?
Thanks
Steve
