What is URL Rewriting ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rambabu gonela
all URLs on webpage is explicitly written with
reponse.encodeURL(String url) method, URL rewriting will
happen automatically if cookies don?t work with the client
| Is This Answer Correct ? | 33 Yes | 10 No |
Which is better jsp or servlet?
What do you mean by url pattern in servlet?
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
What is servlet container?
What is the difference between portlet and servlet?
What do you mean by httpservlet and how it is different from the genericservlet?
What is difference between server and servlet?
What do you mean by request dispatcher in servlet? Also explain its methods.
can we create more than ServletContext and ServletConfig in your application
Why do we need servlet filter?
What is Difference between JavaBeans and taglib directives?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????