diff --git a/main.go b/main.go index b731860..c8510d9 100644 --- a/main.go +++ b/main.go @@ -97,7 +97,7 @@ func main() { store.Options = &sessions.Options{ Path: "/", - MaxAge: 60 * 15, + MaxAge: 30 * 24 * 60 * 60, // seconds HttpOnly: true, Secure: false, // needed for session to work over http }