A.HttpSession session = request.getSession(true); B.HttpSession session = request.getHttpSession(true); C.HttpSession session = response.getSession(true); D.HttpSession session = response. getHttpSession (true);
A. page B. include C. taglib D. forward
A.session.invalidate(); B.session.close(); C.session.destroy(); D.session.end();