From 7335cf0aa21c597a311dedf8d893094ad196a0f8 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 25 Nov 2025 20:17:28 -0800 Subject: Use a short cookie name --- roseh.moe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roseh.moe.go b/roseh.moe.go index 687fe4c..3d357fd 100644 --- a/roseh.moe.go +++ b/roseh.moe.go @@ -375,7 +375,7 @@ func makeToken() string { } const cookieExpiration = 7 * 24 * time.Hour -const authCookieName = "roseh.moe.auth" +const authCookieName = "a" func attachCookie(w http.ResponseWriter) { http.SetCookie(w, &http.Cookie{ -- cgit v1.3.1