Count and limit the number of users on my app

前端 未结 3 782
不思量自难忘°
不思量自难忘° 2020-12-11 11:35

I need to implement a system to limit the number of users that can concurrently use my app. I am thinking the best way to go is to count the number of sessions currently act

3条回答
  •  隐瞒了意图╮
    2020-12-11 12:15

    May be you web-server can limit maximum number of concurrent clients? (But this can affect fetching images/other static content)

提交回复
热议问题