session
session copied to clipboard
Use with go-cookie
Hi, I am trying to use this lib with github.com/go-session/cookie. I am getting some incompatibility error messages. The reason I would like to use v3 is the SameSite flag.
"github.com/go-session/cookie"
"github.com/go-session/session/v3"
Should I be using this with another cookie lib?