I have implemented remember me option in my asp.net webform by using this,
protected void LBtnSubmit_Click(object sender, EventArgs e) { if (this.ChkRemem
I would not store the users password in a cookie... Rather store the user id and the ip address in the cookie.