How to prevent a user from having multiple instances of the Same Web application

前端 未结 16 668
没有蜡笔的小新
没有蜡笔的小新 2020-12-06 05:39

I\'m wondering if it is possible to determine if a user already has a web browser open to the web application I\'m working on. It seems that they can open several instances

16条回答
  •  不知归路
    2020-12-06 06:22

    You could check if a the user has more than one active session. This might work, but could be problematic since there's no good way to determine if a session is really active or not.

提交回复
热议问题