单选题Which the statement is true about web container session management()?AAccess to session-scoped attributes is guaranteed to be thread-safe by the web container.BTo activate URL rewriting, the developer must use the HttpServletResponse.setURLRewriting me

题目
单选题
Which the statement is true about web container session management()?
A

 Access to session-scoped attributes is guaranteed to be thread-safe by the web container.

B

 To activate URL rewriting, the developer must use the HttpServletResponse.setURLRewriting method.

C

 If the web application uses HTTPS, then the web container may use the data on the HTTPS request stream to identify the client.

D

 The JSESSIONID cookie is stored permanently on the client so that a user may return to the web application and the web container will rejoin that session.


相似考题
参考答案和解析
正确答案: A
解析: 暂无解析