Versions in this module Expand all Collapse all v1 v1.10.1 Jul 31, 2018 v1.10.0 Jul 21, 2018 Changes in this version + var MaxPoolSize = 1000 + type Provider struct + func (rp *Provider) SessionAll() int + func (rp *Provider) SessionDestroy(sid string) error + func (rp *Provider) SessionExist(sid string) bool + func (rp *Provider) SessionGC() + func (rp *Provider) SessionInit(maxlifetime int64, savePath string) error + func (rp *Provider) SessionRead(sid string) (session.Store, error) + func (rp *Provider) 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