Loading go-packages/meep-sessions/session-store.go +2 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,8 @@ func NewSessionStore(addr string) (ss *SessionStore, err error) { Path: "/", MaxAge: SessionDuration, // 20 minutes HttpOnly: true, Secure: true, SameSite: http.SameSiteLaxMode, } log.Info("Created Cookie Store") Loading Loading
go-packages/meep-sessions/session-store.go +2 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,8 @@ func NewSessionStore(addr string) (ss *SessionStore, err error) { Path: "/", MaxAge: SessionDuration, // 20 minutes HttpOnly: true, Secure: true, SameSite: http.SameSiteLaxMode, } log.Info("Created Cookie Store") Loading