Hello.
I have such a problem: there are two fields for authorization, there is a button. How in JSP
read the values of these fields in some kind of variable (to write to the session).
I would not like through request.getParameter
, because then the login and password are displayed in the string. If there is any standard version, then please offer.
Thank you in advance.