Documentation ¶
Index ¶
Constants ¶
View Source
const Length int = 30
Variables ¶
View Source
var LastCleaned time.Time = time.Now()
View Source
var Sessions = map[string]models.Session{} // session ID, session
View Source
var Users = map[string]models.User{} // user ID, user
Functions ¶
func AlreadyLoggedIn ¶
func AlreadyLoggedIn(w http.ResponseWriter, req *http.Request) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.