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 MysqlProvider struct + func (mp *MysqlProvider) SessionAll() int + func (mp *MysqlProvider) SessionDestroy(sid string) error + func (mp *MysqlProvider) SessionExist(sid string) bool + func (mp *MysqlProvider) SessionGC() + func (mp *MysqlProvider) SessionInit(maxlifetime int64, savePath string) error + func (mp *MysqlProvider) SessionRead(sid string) (session.SessionStore, error) + func (mp *MysqlProvider) SessionRegenerate(oldsid, sid string) (session.SessionStore, error) + type MysqlSessionStore struct + func (st *MysqlSessionStore) Delete(key interface{}) error + func (st *MysqlSessionStore) Flush() error + func (st *MysqlSessionStore) Get(key interface{}) interface{} + func (st *MysqlSessionStore) SessionID() string + func (st *MysqlSessionStore) SessionRelease(w http.ResponseWriter) + func (st *MysqlSessionStore) Set(key, value interface{}) error