Revert "Change interface in session README"

This reverts commit 6f5c5bd3a6.
This commit is contained in:
Phillip Stagnet 2020-08-05 18:33:17 +02:00
parent 009074725e
commit 5c8c088684
No known key found for this signature in database
GPG Key ID: 029E4A7879FBE381
1 changed files with 1 additions and 1 deletions

View File

@ -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, error)
SessionExist(sid string) bool
SessionRegenerate(oldsid, sid string) (SessionStore, error)
SessionDestroy(sid string) error
SessionAll() int //get all active session