144145146147148149150151
//Does the auth session's id match the cookie in the request? if ((authSessionId == null) || (!authSessionId.equals(authSession.getSessionId()))) { close(authSession); throw new InvalidAuthSessionException(); } }