Documentation ¶
Overview ¶
Content managed by Project Forge, see [projectforge.md] for details.
Index ¶
- Constants
- func GetFromSession(key string, websess util.ValueMap) (string, error)
- func NewCookie(v string) *fasthttp.Cookie
- func RemoveFromSession(k string, rc *fasthttp.RequestCtx, websess util.ValueMap, logger util.Logger) error
- func SaveProfile(n *user.Profile, rc *fasthttp.RequestCtx, sess util.ValueMap, ...) error
- func SaveSession(rc *fasthttp.RequestCtx, websess util.ValueMap, logger util.Logger) error
- func StoreInSession(k string, v string, rc *fasthttp.RequestCtx, websess util.ValueMap, ...) error
Constants ¶
View Source
const ( WebAuthKey = "auth" 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.