Versions in this module Expand all Collapse all v3 v3.2.4 Sep 8, 2021 v3.1.4 Sep 8, 2021 Changes in this version + var DefaultConfig = Config + func Destroy(ctx *gin.Context) error + func FromContext(ctx *gin.Context) session.Store + func New(opt ...session.Option) gin.HandlerFunc + func NewWithConfig(config Config, opt ...session.Option) gin.HandlerFunc + func Refresh(ctx *gin.Context) (session.Store, error) + type Config struct + ErrorHandleFunc ErrorHandleFunc + ManageKey string + Skipper func(*gin.Context) bool + StoreKey string + type ErrorHandleFunc func(*gin.Context, error)