We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d445fd commit 8922758Copy full SHA for 8922758
1 file changed
session.go
@@ -98,8 +98,6 @@ func SetSessionID(sessionID func() string) Option {
98
}
99
100
101
-// sessionNameInHTTPHeader string
102
-
103
// SetEnableSetCookie Enable writing session id to cookie
104
// (enabled by default, can be turned off if no cookie is written)
105
func SetEnableSetCookie(enableSetCookie bool) Option {
0 commit comments