Answer Posted / pramod p deore
URL Rewriting is used foe session management. If We use
cookies for session managemnt but it is possible that some
time user may block the cookies and because if this server
can not maintain the session therefore we use URL Rewriting
as a back up for the session management.
Using URL Rewriting we add extra session information at the
end of URL.
If we use both cookies and URL Rewriting then URL Rewriting
is used only if cookies are disabled.
syntax: response.encodeURL(String url)
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What are the different session tracking techniques?
How would you create deadlock on your servlet?
How do you define a servlet?
What are the types of an http request?
Write a hello world program using servlets.
What is setattribute in servlet?
What exactly is a servlet?
What are the differences between servlet context vs servlet config?
Difference between get and post in java servlets?
Why HttpServlet class is declared abstract?
Does servlet have main method?
How does java thread pool work?
Why is httpservlet declared abstract?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?