NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean.
This commit is contained in:
parent
659a5b41df
commit
c2fa36316f
2 changed files with 8 additions and 11 deletions
|
@ -45,7 +45,7 @@ public class LoginStatusBean {
|
|||
// ----------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Attach this bean to the session.
|
||||
* Attach this bean to the session - this means you are logged in.
|
||||
*/
|
||||
public static void setBean(HttpSession session, LoginStatusBean lsb) {
|
||||
session.setAttribute(ATTRIBUTE_NAME, lsb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue