How “View Count” is best implemented?

前端 未结 6 522
梦谈多话
梦谈多话 2021-01-30 18:07

On any website, such as on StackOverflow, each question has a view count, and user reading a question but has previous read it won\'t count twice.

I have some ideas abou

6条回答
  •  太阳男子
    2021-01-30 18:52

    When most of the visitors to your site are registered it's relatively easy to make sure none of them are counted twice.

    I'm not sure if SO counts views by guests. I suppose I could check but it's late.

提交回复
热议问题