CS506 GDB Solution Fall 2022 by VU Answer
CS506 GDB Solution Fall 2022 by VU Answer
VUAnswer.com
Topic:
VUAnswer.com
In URL rewriting, we can append a session identifier parameter with every request
and response to keep track type of the session.
So, we will suggest HTTP session over the URL rewriting due to the following
reason.
This is very tedious because we need to keep track of this parameter in every
response and make sure it is not clashing with other parameters. In contrast Http
session interface, we can get session from HttpServletRequest object HttpSession
allows us to set objects as attributes that can be retrieved in future. As per
requirement that customer will doing purchases from site so he/she will send many
objects to other servlet like shopping cart so only Http session fulfill this
requirement.
The advantages of Http session over the URL rewriting are client data across the
multiple requests will be stored attributes of session objects on the server.
Another main benefit is the client data will not travel along with request and
response over the network during session tracking this gives data secrecy.
VUAnswer.com
REGARD - SARIM
WHATSAPP +923162965677
PLEASE NOTE:
Don't copy-paste the same answer.
Make sure you can make some changes to your solution file
before submitting copy paste solution will be marked zero.
If you found any mistake then correct yourself and inform me.
Before submitting check your GDB requirement.
If you need some help and question about file and solutions.