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
What is meant by a servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
why we should override only no-agrs init() method.
Why is Servlet so popular?
What is a servlet?
Explain the differences between jsp and servlet.
Why doesn’t a servlet include main()?
What is the purpose of dispatcherservlet properties?
What is the functionality of actionservlet and requestprocessor?
What is the use of welcome-file-list?
Explain is servlet mapping?
What do you mean by mime type?
What is the difference between servlet and filter?
Which exception is thrown if the servlet is not initialized properly?
Can you use javascript in servlets?