Versions in this module Expand all Collapse all v1 v1.3.0 Jun 19, 2014 v1.2.0 May 16, 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