get a list of online users in asp.net mvc

前端 未结 4 475
走了就别回头了
走了就别回头了 2020-12-09 00:46

I have a page in my application which always shows updated list of online users. Now, to keep the list-which is stored in application object- updated, i do the below steps

4条回答
  •  -上瘾入骨i
    2020-12-09 01:26

    Use Ajax to send "I am still online" message to the server in every 30 seconds. This is the best way to find who is really online.

提交回复
热议问题