One of hundreds of answers available with our premium content service.
A: URL-rewriting is a way of maintaining a session between an HTTP client and a servlet container which does not use cookies. Rather than exchange a session ID in a cookie, the servlet container includes it in the hyperlink URLs it generates for servlets and JSP.
… full answer hidden
Premium members click below for full answer
What is URL-rewriting?