/*HttpContext.Current.Response.Cookies.Add(new HttpCookie("userid", userid));
HttpContext.Current.Response.Cookies.Add(new HttpCookie("username", HttpUtility.UrlEncode(name)));
HttpContext.Current.Response.Redirect(HttpContext.Current.Session["history"].ToString());*/