sessions
sessions copied to clipboard
“memstore” found a memory leak
import "github.com/quasoft/memstore" type MemStore struct { Codecs []securecookie.Codec Options *sessions.Options cache *cache }
“cache” is not cleaned and grows as the program runs
I also found this question.
Yeah, same problem