String email = person.getEmail();
// Get the visit object; this will likely force the
// creation of the visit object and an HttpSession.
Visit visit = (Visit) getVisit();
visit.setUser(person);
// After logging in, go to the MyLibrary page, unless otherwise
// specified.
ICallback callback = getCallback();