fix default session cookie max age,

disable cgo in build
This commit is contained in:
2025-02-11 07:09:48 +00:00
parent 8b727920ec
commit 56766847f8
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@
"path": "/",
"httpOnly": true,
"secure": false,
"maxAge": 7200000
"maxAge": 7200
}
}