Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is URL Rewriting ?

Answers were Sorted based on User's Feedback



What is URL Rewriting ?..

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

What is URL Rewriting ?..

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

Post New Answer

More Servlets Interview Questions

How servlets can be automatically reloaded?

3 Answers  


explain filters in java?

2 Answers   TCS,


Is it good idea to create servlet constructor?

0 Answers  


What is httpservlet and how it is different from genericservlet?

0 Answers  


What is difference between Forward() and sendRedirect() methode?

14 Answers   Polaris,


Explain the architechure of a servlet?

0 Answers  


Explain url encoding?

0 Answers  


how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..

6 Answers   Siemens,


How printwriter is different from servletoutputstream?

0 Answers  


What are the differences between forward() method and sendredirect() methods?

0 Answers  


can u give some realtime example in ploymorphism? and inheritance?

11 Answers   SolutionNET,


What is getservletcontext?

0 Answers  


Categories