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