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 are the steps involved in placing a servlet within a package?
What are all the protocols supported by httpservlet?
What is pure servlet?
What is the use of servletconfig interface?
How does Cookies work in Servlets?
How can we implement a jsp page?
What is the type of method for sending request from http server?
What are the differences between servlet context vs servlet config?
Whats the advantages using servlets over using CGI?
How can a servlet be used to generate plain text instead of html?
What is url encoding and url decoding
Explain jsessionid?
Where do you define dispatcherservlet?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What are Servlets?