问题:
A、HttpSession session = request.getSession(true);
B、HttpSession session = request.getHttpSession(true);
C、HttpSession session = response.getSession(true);
D、HttpSession session = response. getHttpSession (true);
相关内容