# Functions
GetUserSession returns the UserSession paired with this request.
NewUserSession creates a new UserSession and pairs it with the current http request.
# Structs
UserIdSession augments a gorilla session by supporting the storing and retrieving of the user Id of the logged in user.
# Interfaces
No description provided by the author
Sessions that store user instances implement this interface.