Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Store is the cookie store Store *sessions.CookieStore // Name is the session name Name string )
Functions ¶
Types ¶
type Session ¶
type Session struct { Options sessions.Options `json:"Options"` // Pulled from: http://www.gorillatoolkit.org/pkg/sessions#Options Name string `json:"Name"` // Name for: http://www.gorillatoolkit.org/pkg/sessions#CookieStore.Get SecretKey string `json:"SecretKey"` // Key for: http://www.gorillatoolkit.org/pkg/sessions#CookieStore.New }
Session stores session level information
Click to show internal directories.
Click to hide internal directories.