Beispiel #1
0
func (s *Session) SetUser(u app.User) {
	s.user = u
	u.SetSession(s)
}