問題詳情

21 Which Java expression can be used to check whether the web container is currentlyconfigured to track sessions via URL rewriting?
(A) servletContext.getSessionCookiesConfiq() .isHttpOnly()
(B) servletContext.getSessionCookiesConfiq() .isSecure()
(C) servletContext.getDefaultSessionTrackingModes() .contains(SessionTrackingMode.URL)
(D) servletContext.getEffectiveSessionTrackingModes() .contains (SessionTrackingMode.URL)

參考答案

無參考答案

內容推薦

內容推薦