I'm trying to identify current user's name to make notes of who edited what like this:
r.setComment("Edit at " + (new Date()) + " by " + Session.getActiveUser().getEmail()); but it won't work - user's name is an empty string. Where did I go wrong?