RSOD when an invitee clicks on their invitation link
        
          Summary: This is after the move to AWS, when I tried to invite people into the Site Book.
Upon looking into it, it looks like a serialization issue: User.Anonymous isn't a case class, so isn't serializable.  This never happened before because we were on a single machine, so serialization wasn't happening.