String locale = availableLocales.getBestLocale(axSchema.get("language")).getLocale();
User user = getUserByEmailOrCreate(email, locale);
if (user != null) {
String sessionId = getSessionId();
ofy().put(new Session(sessionId, user.createKey()));
}
}
/**
* Access the user given a user key.