多項(xiàng)選擇題在瀏覽器禁用Cookie的情況下,()機(jī)制仍可以用于會(huì)話管理。

A.HttpSession
B.URL重寫
C.隱藏字段
D.Cookie API


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題()設(shè)定Cookie的有效期限。

A.使用setMaxAge()
B.使用setMaxInactive()
C.使用setMaxInactiveInterval()

2.多項(xiàng)選擇題ServletContext定義與屬性相關(guān)的方法是哪三個(gè)()。

A.getAttribute()
B.setAttribute()
C.deleteAttribute()
D.removeAttribute()

3.單項(xiàng)選擇題如果要取得ServletContext初始參數(shù),則可以執(zhí)行()方法。

A.getContextParameter()
B.getParameter()
C.getInitParameter()
D.getAttribute()

5.多項(xiàng)選擇題哪幾個(gè)方法是定義在HttpServletRequest中,而非由ServletRequet中繼承而來(lái)()。

A.getMethod()
B.getHeader()
C.getParameter()
D.getCookies()