单项选择题

A.Response.Write(Session[“username”]);
B.Response.Redirect(Session[“username”])
C.Window.location.href=Session[“username”];
D.Alert(Session[“username”]);