單項選擇題session對象的()方法可以用來設置session對象的超時時間。

A. time()
B. setMaxInactiveInterval()
C. maxTime()
D. invalidate()


您可能感興趣的試卷

你可能感興趣的試題

3.單項選擇題在JSP中,page指令的()屬性用來引入需要的包或類。

A.extends
B.import
C.languge
D.contentType

4.單項選擇題不能實現(xiàn)會話跟蹤技術的是()

A.URL重寫
B.使用application
C.使用Cookie
D.使用session

5.單項選擇題Servlet中,HttpServletResponse的()方法用來把一個Http請求重定向到另外的URL。

A.sendURL()
B.redirectURL()
C.sendRedirect()
D.redirectResponse()