cvbnnnn
This commit is contained in:
parent
0a74eadccb
commit
432bf1e20f
3 changed files with 59 additions and 23 deletions
|
@ -3,7 +3,6 @@ package memory
|
|||
|
||||
import (
|
||||
"container/list"
|
||||
"fmt"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
|
@ -36,7 +35,7 @@ func (pder *ProviderMemory) updateAtime(sid string) {
|
|||
|
||||
// SetParams for memory provider not possible
|
||||
func (pder *ProviderMemory) SetParams(pr any) error {
|
||||
return fmt.Errorf("Not possible set parameters for memory session provider")
|
||||
return nil
|
||||
}
|
||||
|
||||
// Init create new session store for sid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue