Put this in Login1_Authenticate
before calling Response.Redirect("/admin/default.aspx");
FormsAuthentication.SetAuthCookie("username", true);
Put this in Login1_Authenticate
before calling Response.Redirect("/admin/default.aspx");
FormsAuthentication.SetAuthCookie("username", true);