Versions in this module Expand all Collapse all v1 v1.7.0 Aug 17, 2016 Changes in this version + 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 + type SsdbProvider struct + func (p *SsdbProvider) SessionAll() int + func (p *SsdbProvider) SessionDestroy(sid string) error + func (p *SsdbProvider) SessionExist(sid string) bool + func (p *SsdbProvider) SessionGC() + func (p *SsdbProvider) SessionInit(maxLifetime int64, savePath string) error + func (p *SsdbProvider) SessionRead(sid string) (session.Store, error) + func (p *SsdbProvider) SessionRegenerate(oldsid, sid string) (session.Store, error)