276277278279280281282283
return getRequest().getSession(); } private void checkSession() throws SessionExpirationException { if (request.getSession(false) == null) { throw new SessionExpirationException(); } }