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 |
What are the advantages of Servlet over CGI?
Can we use servlets in JavaScript?
How do servlets work?
Explain the differences between jsp and servlet.
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
How to get the actual path of servlet in server?
How can we implement a jsp page?
What is a deployment descriptor?
How to make servlet thread safe?
9 Answers Frisco Tech, InfoVista, WipSys Technologies,
How can you run a servlet program?
What are the parameters of the service method ?
Why do we have servlet wrapper classes?