NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean.

This commit is contained in:
jeb228 2010-10-07 20:52:57 +00:00
parent 659a5b41df
commit c2fa36316f
2 changed files with 8 additions and 11 deletions

View file

@ -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);