文件名称:Asp.net123123123123

  • 所属分类:
  • Web服务器
  • 资源属性:
  • [Text]
  • 上传时间:
  • 2008-10-13
  • 文件大小:
  • 1.68kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 尹**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

Asp.net中实现同一用户名不能同时登陆(单点登陆)

Web项目中经常遇到的问题就是同一用户名多次登陆的问题,相应的解决办法也很多,总结起来不外乎这几种解决办法:将登陆后的用户名放到数据库表中;登陆后的用户名放到Session中;登陆后的用户名放到Application中;登陆后的用户名放到Cache中。一般的这几种方法都是登陆了之后,如果没有正常退出,第二次登陆将不被允许。这样一般都会存在一个问题:如果用户没有正常退出系统,那么他接下来继续登陆的时候,因为Session没有过期等问题,会被拒绝继续登陆系统,只能等待Session过期后才能登陆。本文介绍的方法是采用类似于MSN登陆的方法,第二次登陆时会把第一次的登陆注销掉,第一次登陆将会类似于MSN弹出:您的帐号已在别处被登陆,您被强迫下线的提示信息。



功能实现起来也比较简单:



登陆用户名密码验证通过之后输入以下代码:

-Page_Separating achieve the same user name can not landing (single-point landing) Web projects often encountered The problem is the same user name repeatedly landing problems, the corresponding solutions are many, This sum up no more than several solutions : After landing the user into database tables; After making landfall, the user into Session; After making landfall, the user into Application; After making landfall, the user into Cache. General these methods are after landing, in the absence of normal withdrawal, the second landing would not be allowed. This will usually there's a problem : If users are not withdraw from the normal system, then followed him to the landing, Session expired because no such problems will continue to be refused landing system, we can only wait until the
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 109201282asp.net123123123123.rar 列表
Asp.net123123123123.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org