I am a beginner in web development.
I have code to send data to another jsp page via the ( <a href = "">
)
When the message appears, the data sent is displayed in the address bar of the browser
How to hide this data from appearing in the browser bar
<a href="page2.jsp?x=<%=S.ID() %>"></a>
In browser I see:
http://exapmel/page2.jsp?x=12
I want hide or encrypt ("x=12")