I have a `jsp` page where I enter a username and click on a submit button.
On clicking this button, I post the username along with a hidden target page value to the other application. The other application does its processing and issues some cookies and redirects to the target page that I send. Is there any way to save the username that I entered in the form so that I can display it on the target page?
Please note that the application that I hit does not send any data.
Thanks