22 Answer
(Choose 1 answer)
How can you ensure the continuity of the session while using HttpServletResponse.sendRedirect() method when cookies are not supported by the client?
A. By using hidden parameters.
B. By enconding the redirect path with HttpServletResponse.encodeRedirectURL() method.
C. By using HttpServletRequest.encodeURL() method.
Elt