This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes URL Rewriting Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "URL Rewriting" Watch "URL Rewriting" New topic
Author

URL Rewriting

Nidhi Singhal
Ranch Hand

Joined: Sep 19, 2004
Posts: 89
Hi all,
I want to track session using url rewriting. I have cookies support disabled on my browser. Please give an example of how to perform url rewriting in servlets. Also I want to know what is the difference between EncodeURL and EncodeRedirectURL.
Thanks...
-Nidhi
anupa oru
Ranch Hand

Joined: Jan 15, 2005
Posts: 118
Hi,
in case of encodeURL requested URL is appended with session id for each request,encodeRedirectURL is equvalent to sendRedirect when cookies won't supported in client machine.
Thanks
Anupa
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: URL Rewriting
 
Similar Threads
JSP/form/servlet - session persistence ?
enforcing URL rewriting in Tomcat
about getRequestDispatcher() ?
redirecting the request to URL
URL rewriting ?