Versions in this module Expand all Collapse all v1 v1.6.1 May 4, 2016 Changes in this version + type AppEngineProvider struct + func (mp *AppEngineProvider) SessionAll() int + func (mp *AppEngineProvider) SessionDestroy(c context.Context, sid string) error + func (mp *AppEngineProvider) SessionExist(c context.Context, sid string) bool + func (mp *AppEngineProvider) SessionGC(c context.Context) + func (mp *AppEngineProvider) SessionInit(gclifetime int64, config string) error + func (mp *AppEngineProvider) SessionRead(c context.Context, sid string) (session.Store, error) + func (mp *AppEngineProvider) SessionRegenerate(c context.Context, oldsid, sid string) (session.Store, error) + type AppEngineSessionStore struct + func (st *AppEngineSessionStore) Delete(key interface{}) error + func (st *AppEngineSessionStore) Flush() error + func (st *AppEngineSessionStore) Get(key interface{}) interface{} + func (st *AppEngineSessionStore) SessionID() string + func (st *AppEngineSessionStore) SessionRelease(w http.ResponseWriter) + func (st *AppEngineSessionStore) Set(key, value interface{}) error + type BeegoSessionStore struct + SessionData []byte + SessionStart time.Time