You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to set the domain and same-site values of my cookies. That doesn't look possible with the current configuration, would you accept a pull request for it?
I could implement it just like the other cookie options—that's probably the easiest way. A more flexible option might be to let a user provide their own SetCookie to set arbitrary cookie values, but I thought you might be trying to avoid that.
The text was updated successfully, but these errors were encountered:
I'd like to set the domain and same-site values of my cookies. That doesn't look possible with the current configuration, would you accept a pull request for it?
I could implement it just like the other cookie options—that's probably the easiest way. A more flexible option might be to let a user provide their own
SetCookie
to set arbitrary cookie values, but I thought you might be trying to avoid that.The text was updated successfully, but these errors were encountered: