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