forcefully log out a specific user among all online users

后端 未结 1 606
北海茫月
北海茫月 2021-01-20 19:00

In my site administrator can view list all other online users.

Administrator can also disable any account from that list.

Everything was going fine so fa

1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-20 19:34

    You cannot logout a user from outside of their session. See Programatically logout an ASP.NET user for a possible workaround.

    0 讨论(0)
提交回复
热议问题