How are Sessions are more advantage than using of Cookies
or URLReWriting?
Answers were Sorted based on User's Feedback
Answer / shiva
Sessions are more secure than cookies because, sessions are
stored at server side,and cookies are stored at client side.
if at all user deletes the cookies in between the process,
the information will be lost.. In URL rewriting for every
page we should carry the information, in that there may be
any secure data. so, to avoid this we need to follow the
hidden fields.. compare to all these,sessions will maintain
good security...
| Is This Answer Correct ? | 21 Yes | 4 No |
Sessions are more secure and fast than Cookies
andURLReWriting as they are stored on the server side,
| Is This Answer Correct ? | 4 Yes | 7 No |
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
Can a jsp be called using a servlet?
How to create war file?
Write a servlet to upload file on server.
What's the use of servletcontext?
Which protocol will be used by browser and servlet to communicate
How can we create deadlock situation in servlet?
Which method of the httpservletrequest object is used?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is servlet in web technology?
What is the purpose of requestdispatcher interface?
What are the Internal servlets maintained by the web server?