本文介绍了当用户登录另一台计算机时,强制在machine1上注销的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在ASP.net应用程序中,用户已登录Machine1.同一用户也已登录Machine2.当时,我想从Machine1中注销用户,并想从Machine1中清除会话.

In an ASP.net application an user has logged in Machine1. The same user has logged in Machine2 as well. At that time, I would like to Logout the user From Machine1 and would like to clear the session from Machine1. How to achieve this?

推荐答案


这篇关于当用户登录另一台计算机时,强制在machine1上注销的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 16:25