Versions in this module Expand all Collapse all v1 v1.13.1 Nov 26, 2019 Changes in this version + 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 v1.3.0 Jun 19, 2014 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.SessionStore, error) + func (rp *MemProvider) SessionRegenerate(oldsid, sid string) (session.SessionStore, error) + type MemcacheSessionStore struct + func (rs *MemcacheSessionStore) Delete(key interface{}) error + func (rs *MemcacheSessionStore) Flush() error + func (rs *MemcacheSessionStore) Get(key interface{}) interface{} + func (rs *MemcacheSessionStore) SessionID() string + func (rs *MemcacheSessionStore) SessionRelease(w http.ResponseWriter) + func (rs *MemcacheSessionStore) Set(key, value interface{}) error