session icon indicating copy to clipboard operation
session copied to clipboard

Use with go-cookie

Open edimoldovan opened this issue 1 year ago • 0 comments

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?

edimoldovan avatar May 12 '23 20:05 edimoldovan