Documentation
¶
Index ¶
- func ClearSession(r *http.Request, w http.ResponseWriter) error
- func Get(req *http.Request) (*sessions.Session, error)
- func GetNamed(req *http.Request, name string) (*sessions.Session, error)
- func GetSessionValue(r *http.Request, key string) interface{}
- func SetSessionValue(r *http.Request, w http.ResponseWriter, key string, value interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearSession ¶
func ClearSession(r *http.Request, w http.ResponseWriter) error
func GetSessionValue ¶
func SetSessionValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.