Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Stores = make(map[string]StoreInterface)
Functions ¶
Types ¶
type Manager ¶
type Manager struct { CookieName string // contains filtered or unexported fields }
func NewDefaultIDManager ¶
func NewManager ¶
func (*Manager) GetSession ¶
获取session
type Session ¶
type Session struct { ID string // contains filtered or unexported fields }
func (*Session) DestroySession ¶
func (s *Session) DestroySession(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.