Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SessionKey cookie name SessionKey string = "ZQSESSID" // SessionTime session有效期(单位:分钟), 默认7天 SessionTimeout int = 7 * 24 * 60 SessionCookieDomain = "" DefaultKey = "github.com/domego/ginkits/session" )
Variables ¶
This section is empty.
Functions ¶
func GetSessionID ¶
func NewRedisStore ¶
func NewRedisStore(cfg *rediskits.RedisConfig) *redisStore
func SessionHandler ¶
func SessionHandler(name string) gin.HandlerFunc
Types ¶
Click to show internal directories.
Click to hide internal directories.