public static void setLoginCaptcha(String loginCaptcha) { SessionHolder.setAttribute(CAPTCHA_LOGIN_KEY, loginCaptcha); }
public static void setUser(User user) { SessionHolder.setAttribute(USER_KEY, user); }