We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631af1f commit 0494442Copy full SHA for 0494442
main.go
@@ -66,6 +66,7 @@ func main() {
66
store = cookie.NewStore([]byte(common.SessionSecret))
67
}
68
store.Options(sessions.Options{
69
+ Path: "/",
70
HttpOnly: true,
71
MaxAge: 30 * 24 * 3600,
72
})
0 commit comments