摘要: 单一登陆就是一个帐号只能在一个地方登陆。后登陆的帐号会把前面登陆的帐号踢走。注意,只是介绍思路,代码很乱。login.aspx.cs protected void Button1_Click(object sender, EventArgs e) { Session["name"] = TextBox1.Text; if (Cache["userlist"... 阅读全文
posted @ 2007-04-24 10:38 lovecherry 阅读(3694) 评论(15) 推荐(0)