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 |
Can filter be used as request or response?
Is dispatcher servlet a singleton?
Explain how to improve Servlet Performance?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Why is a constructor needed in a servlet even if we use the init method?
What is called Session Tracking?
Difference between GET and POST?
What are all the advantages of servlet over cgi?
How multiple simultaneous requests can be handled by servlets?
What is the major difference between servlet and applet?
What is dispatcher servlet?