Oracle
1Z0-899 · Question #111
Which statement is true about web container session management?
The correct answer is C. If the web application uses HTTPS, then the web container may use the data on the HTTPS request. See the full explanation below for the reasoning.
Question
Which statement is true about web container session management?
Options
- 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 method.
- CIf the web application uses HTTPS, then the web container may use the data on the HTTPS request
- DThe JSESSIONID cookie is stored permanently on the client so that a user may return to the web
How the community answered
(43 responses)- A7% (3)
- B12% (5)
- C79% (34)
- D2% (1)
Community Discussion
No community discussion yet for this question.