99100101102103104105106107108
return handleExpiration(); } // Verify session integrity if (!verifySession(session)) { throw new ControllerException("Session verification failed."); } return true; }