A.session.getID()B.session.setName()C.session.getAttribute()D.session.setAttribute()
A.request.getRequestDispatcher(“index.jsp”).forward()B.response.sendRedirect(“index.jsp”)C.request.getParameterValues(“name”)D.response.setContentType(“text/html;charset=gbk”)
A.request.getServerName()B.request.getRemoteAddr()C.request.getServletPath()D.request.getRemoteHost()