The correct way to get user session object is-06045
The correct way to get user's session object is:
This multiple choice question (MCQ) is related to the book/course vu cs506 Web Design and Development. It can also be found in vu cs506 Final Term - Quiz No.7.
The correct way to get user's session object is:
HttpSession httpSession = request.getSession(true);
ClientSession ClientSession = request.getSession(true);
HttpSession httpSession = response.getSession(true);
ClientSession ClientSession = response.getSession(true);