Answer the question
In order to leave comments, you need to log in
How to store the login of an authorized user in a variable?
Implemented authorization using JDBCRealm. Login and password are entered in login.jsp
<form action="j_security_check" method="POST">
Авторизация
<br/>
Логин:<input type="email" name="j_username">
<br/><br/>
Пароль:<input type="password" name="j_password">
<br/><br/>
<input type="submit" value="Вход">
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question