if (! GuiUtil.isEmpty(thisSession)) {
handlerCtx.setOutputValue("askRegistration", false);
return;
}
RegistrationReminder reminder = getRegistrationReminder();
if (reminder == RegistrationReminder.DONT_ASK_FOR_REGISTRATION ) {
GuiUtil.setSessionValue("dontAskRegistrationInThisSession", Boolean.TRUE);
handlerCtx.setOutputValue("askRegistration", false);
return;
}