Versions in this module Expand all Collapse all v1 v1.12.5 Jul 9, 2021 Changes in this version + type MemProvider struct + func (rp *MemProvider) SessionAll() int + func (rp *MemProvider) SessionDestroy(sid string) error + func (rp *MemProvider) SessionExist(sid string) bool + func (rp *MemProvider) SessionGC() + func (rp *MemProvider) SessionInit(maxlifetime int64, savePath string) error + func (rp *MemProvider) SessionRead(sid string) (session.Store, error) + func (rp *MemProvider) SessionRegenerate(oldsid, sid string) (session.Store, error) + type SessionStore struct + func (rs *SessionStore) Delete(key interface{}) error + func (rs *SessionStore) Flush() error + func (rs *SessionStore) Get(key interface{}) interface{} + func (rs *SessionStore) SessionID() string + func (rs *SessionStore) SessionRelease(w http.ResponseWriter) + func (rs *SessionStore) Set(key, value interface{}) error