文件名称:SingleLoginDemo
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 65kb
- 下载次数:
- 0次
- 提 供 者:
- f***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
每个登录的用户分配一个唯一识,这里使用Guid写到cookie里,注意把这个cookie设置成httponly的,当然如果你在程序里使用了Session,那么Session.SessionID就可以用来唯一标识一个用户了,Session.SessionId本质是在cookie里写个一段用来标识内存位置(对象)字符串,而且这个cookie也被设置成了httponly形式. 建立一张表用来记录用户登录时的唯一标识(flag)以及用户的Username,IP,登录时间等内容. 登陆后用户每次发出申请时去表里检测用户是否被踢出。
-每个登录的用户分配一个唯一识,这里使用Guid写到cookie里,注意把这个cookie设置成httponly的,当然如果你在程序里使用了Session,那么Session.SessionID就可以用Each user is assigned a unique login identification, Guid write a cookie is used here, pay attention to the cookie set httponly, of course, if you program using the Session, then Session.SessionID can be used to uniquely identify a user a, Session.SessionId essentially write a cookie is used to identify a memory location (object) string, and this cookie is also set to httponly form to establish a table to record the unique identifier when the user logs (flag) and the user s Username, IP, login time, and so on. after landing each time a user send an application to detect whether the user is kicked out of the table.
-每个登录的用户分配一个唯一识,这里使用Guid写到cookie里,注意把这个cookie设置成httponly的,当然如果你在程序里使用了Session,那么Session.SessionID就可以用Each user is assigned a unique login identification, Guid write a cookie is used here, pay attention to the cookie set httponly, of course, if you program using the Session, then Session.SessionID can be used to uniquely identify a user a, Session.SessionId essentially write a cookie is used to identify a memory location (object) string, and this cookie is also set to httponly form to establish a table to record the unique identifier when the user logs (flag) and the user s Username, IP, login time, and so on. after landing each time a user send an application to detect whether the user is kicked out of the table.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
F.Studio.Web.Login\bin\Debug\F.Studio.Web.Login.dll
..................\...\.....\F.Studio.Web.Login.pdb
..................\F.Studio.Web.Login.csproj
..................\obj\Debug\F.Studio.Web.Login.csproj.FileListAbsolute.txt
..................\...\.....\F.Studio.Web.Login.dll
..................\...\.....\F.Studio.Web.Login.pdb
..................\Properties\AssemblyInfo.cs
..................\SingleUserMemoryProvider.cs
..................\SingleUserModule.cs
..................\SingleUserProvider.cs
..................\SingleUserProviderCollection.cs
..................\SingleUserProviderSection.cs
..................\SingleUserService.cs
..................\UserExercise.cs
LoginTest\Bin\F.Studio.Web.Login.dll
.........\...\F.Studio.Web.Login.pdb
.........\Default.aspx
.........\Default.aspx.cs
.........\login.aspx
.........\login.aspx.cs
.........\logout.aspx
.........\logout.aspx.cs
.........\web.config
LoginTest.sln
LoginTest.suo
51aspx源码必读.txt
F.Studio.Web.Login\obj\Debug\TempPE
..................\bin\Debug
..................\obj\Debug
..................\bin
..................\obj
..................\Properties
LoginTest\App_Data
.........\Bin
F.Studio.Web.Login
LoginTest
..................\...\.....\F.Studio.Web.Login.pdb
..................\F.Studio.Web.Login.csproj
..................\obj\Debug\F.Studio.Web.Login.csproj.FileListAbsolute.txt
..................\...\.....\F.Studio.Web.Login.dll
..................\...\.....\F.Studio.Web.Login.pdb
..................\Properties\AssemblyInfo.cs
..................\SingleUserMemoryProvider.cs
..................\SingleUserModule.cs
..................\SingleUserProvider.cs
..................\SingleUserProviderCollection.cs
..................\SingleUserProviderSection.cs
..................\SingleUserService.cs
..................\UserExercise.cs
LoginTest\Bin\F.Studio.Web.Login.dll
.........\...\F.Studio.Web.Login.pdb
.........\Default.aspx
.........\Default.aspx.cs
.........\login.aspx
.........\login.aspx.cs
.........\logout.aspx
.........\logout.aspx.cs
.........\web.config
LoginTest.sln
LoginTest.suo
51aspx源码必读.txt
F.Studio.Web.Login\obj\Debug\TempPE
..................\bin\Debug
..................\obj\Debug
..................\bin
..................\obj
..................\Properties
LoginTest\App_Data
.........\Bin
F.Studio.Web.Login
LoginTest