A.cookie有名稱/值對 B.cookie保存在客戶端 C.cookie中的信息在HTTP請求和響應(yīng)的主體中交換 D.cookie有可以設(shè)置的生命周期
A.HttpServletRequest、getSession B.HttpServletResponse、newSession C.HtttpSession、newInstance D.HttpSession、getSession
A.setAttribute()方法 B.getMaxInactiveInterval()方法 C.setMaxInactiveInterval()方法 D.setTime()方法