Is there a way to encode session information within a form?
String url = response.encodeRedirectUrl(“NewPage.jsp”); response.sendRedirect (url); to forward to new pages. Is there any way to do this within a form so that when the submit button is clicked the new page will have access to the session information. I am trying to do this with cookies switched off.