func (h SessHandler) Removed(s gwu.Session) { fmt.Println("SESSION removed:", s.Id()) }
func (h SessHandler) Created(s gwu.Session) { fmt.Println("SESSION created:", s.Id()) buildLoginWin(s) }