6263646566676869707172
if (!pBankRequest.skipAuthentication()) { if (!isSessionActive()) { getCache().clear(); setSessionActive(activateSession()); if (!isSessionActive()) { throw new AuthenticationException("Not logged in"); } } } if (getCache().exists(pBankRequest)) {