单项选择题
URL rewriting通过调用HttpServletResponse的()重写重定向资源。
A.jsessionid
B.JSESSIONID
C.encodeURL
D.encodeRedirectURL
点击查看答案
相关考题
-
单项选择题
URL rewriting的缺省参数是()。
A.jsessionid
B.JSESSIONID
C.encodeURL
D.encodeRedirectURL -
单项选择题
将session与浏览器联系起来的手段有Cookie和URLrewriting,所用Cookie变量缺省为()
A.jsessionid
B.JSESSIONID
C.encodeURL
D.encodeRedirectURL -
单项选择题
获得session的途径是调用()的方法getSession。
A.HttpServletRequest
B.Session
C.addCookie
D.getCookies
E.HttpServletResponse
F.Cookie
G.getSession
H.HttpSession
