cookie实现登陆页面记住我和自动登陆功能

protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { if (Request.Cookies["re"]!=null) { this.username.Value = Request.Cookies["re"].Value; } if (Request.Cookies["pwd"]!=null) { th
相关文章
相关标签/搜索