mirror of
https://github.com/astaxie/beego.git
synced 2024-11-24 02:30:54 +00:00
Change interface in session README
This commit is contained in:
parent
28e6b3b924
commit
6f5c5bd3a6
@ -101,7 +101,7 @@ Maybe you will find the **memory** provider is a good example.
|
||||
type Provider interface {
|
||||
SessionInit(gclifetime int64, config string) error
|
||||
SessionRead(sid string) (SessionStore, error)
|
||||
SessionExist(sid string) bool
|
||||
SessionExist(sid string) (bool, error)
|
||||
SessionRegenerate(oldsid, sid string) (SessionStore, error)
|
||||
SessionDestroy(sid string) error
|
||||
SessionAll() int //get all active session
|
||||
|
Loading…
Reference in New Issue
Block a user