單項選擇題()可以實作使用者的自動登入機制。

A.HttpSession
B.Cookie
C.HttpServletRequest
D.URL重寫


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題web.xml中的設定單位是()。

A.時
B.分
C.秒
D.毫秒

2.多項選擇題在瀏覽器禁用Cookie的情況下,()機制仍可以用于會話管理。

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

3.單項選擇題()設定Cookie的有效期限。

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

4.多項選擇題ServletContext定義與屬性相關(guān)的方法是哪三個()。

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

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

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