Hi All,
I need to pass some parameters from a JSP page while Redirecting the page to some URL.
I coded as follows :
jsp:SendRedirect("url"?username="username"&password="+password);
It's redirecting to the specified url, but at the same time it is displaying the username and password along with the url.
How to hide this parameters disaplyed as a querystring with the url.
Regards,
Eben Joyson.