From 3755a1c9703d5ae935de7269ae7c232adc164cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 18 Mar 2024 08:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9CookieID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/const/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/const/const.go b/internal/const/const.go index 168ea12e..46e94d80 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -14,7 +14,7 @@ const ( EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967" EncryptMethod = "aes-256-cfb" - CookieSID = "edgesid" + CookieSID = "geadsid" SessionAdminId = "adminId" SystemdServiceName = "edge-admin"