How are Sessions are more advantage than using of Cookies
or URLReWriting?
Answer Posted / 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 |
Post New Answer View All Answers
Can we refresh servlet in client and server side automatically?
Why do you use session tracking in httpservlet?
How can we invoke another servlet in a different application?
Why HttpServlet class is declared abstract?
What is a java servlet?
explain the advantages of servlet life cycle?
Explain the custom jsp tags and the beans.
What is servlet mapping?
Why don't we write a constructor in a servlet?
What is a generic servlet?
How to create war file?
Which method is called when reference variable is passed in system.net?
What is the use of send redirect () method?
Write a program to show the functionality of doget and dopost method?
What are all the protocols supported by httpservlet?