Answer Posted / sandeep m
Session data is stored at server side in case of
HttpSession. Server creates a session object and stores at
server side and communicates session id to client for
further communication to be statefull. session id will be
sent to server along with further requests from the client.
In case of Cookies client maintains the session information
and sends the cookie object to server for each request. The
cookie object will be created by server but maintained by
client.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Explain mvc pattern.
What is the difference between servlet and filter?
What is dispatcher servlet?
What are the differences between servlet context vs servlet config?
When should you prefer to use doget() over dopost()?
Whats the advantages using servlets over using CGI?
How the servlet is loaded?
Explain web container.
What is the use of servletconfig interface?
What is the web server used for running the Servlets?
List the Different types of servlet?
How to create war file?
What is called servlet container?
What is the advantage of Servlets when compared with other server side technologies?
Name the packages that work with servlet?