diff options
| -rw-r--r-- | roseh.moe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roseh.moe.go b/roseh.moe.go index 57be8b2..2cdf68f 100644 --- a/roseh.moe.go +++ b/roseh.moe.go @@ -185,7 +185,7 @@ func favicon(w http.ResponseWriter, r *http.Request) { serveStaticFile(w, r, "static/favicon.ico") } -const cookieExpiration = 400 * 24 * time.Hour +const cookieExpiration = 180 * 24 * time.Hour func attachCookie(w http.ResponseWriter) error { nowBytes, err := time.Now().MarshalBinary() |
