Documentation ¶
Index ¶
- Constants
- func GetFromSession(key string, websess util.ValueMap) (string, error)
- func NewCookie(v string) *http.Cookie
- func RemoveFromSession(k string, w http.ResponseWriter, websess util.ValueMap, logger util.Logger) error
- func SaveProfile(n *user.Profile, w http.ResponseWriter, sess util.ValueMap, logger util.Logger) error
- func SaveSession(w http.ResponseWriter, websess util.ValueMap, logger util.Logger) error
- func StoreInSession(k string, v string, w http.ResponseWriter, websess util.ValueMap, ...) error
Constants ¶
View Source
const ( WebFlashKey = "flash" ReferKey = "refer" )
Variables ¶
This section is empty.
Functions ¶
func RemoveFromSession ¶
func SaveProfile ¶
func SaveSession ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.