How are Sessions are more advantage than using of Cookies
or URLReWriting?
Answer Posted / niranjanravi
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 |
Post New Answer View All Answers
What is the use of servlet context?
What is the difference between a generic servlet and http servlet?
Why don't we write a constructor in a servlet?
How do you create a cookie using servlet?
What is servlet mapping?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the use of send redirect () method?
What are all the protocols supported by httpservlet?
Elucidate servlet attributes and its scope?
Why HttpServlet class is declared abstract?
What do you mean by chaining in servlet?
How to upload a file to the server using servlet?
What's the advantages using servlets than using cgi?
Explain the difference between servletconfig and servletcontext in servlet?
What is called a session?