多项选择题

下列选项中可以关闭会话的是__________________。

A.调用HttpSession的close()方法
B.调用HttpSession的invalidate()方法
C.等待HttpSession超时
D.调用HttpServletRequest的getSession(false)方法
相关考题