Versions in this module Expand all Collapse all v2 v2.0.4 Apr 20, 2020 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