Versions in this module Expand all Collapse all v1 v1.8.1 Nov 16, 2019 v1.8.0 Nov 16, 2019 Changes in this version + type Provider struct + func (lp *Provider) SessionAll() int + func (lp *Provider) SessionDestroy(sid string) error + func (lp *Provider) SessionExist(sid string) bool + func (lp *Provider) SessionGC() + func (lp *Provider) SessionInit(maxlifetime int64, savePath string) error + func (lp *Provider) SessionRead(sid string) (session.Store, error) + func (lp *Provider) SessionRegenerate(oldsid, sid string) (session.Store, error) + type SessionStore struct + func (ls *SessionStore) Delete(key interface{}) error + func (ls *SessionStore) Flush() error + func (ls *SessionStore) Get(key interface{}) interface{} + func (ls *SessionStore) SessionID() string + func (ls *SessionStore) SessionRelease(w http.ResponseWriter) + func (ls *SessionStore) Set(key, value interface{}) error