From cebbb174d7eb9a16b133a29fcc9beba079134dd3 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Wed, 28 Apr 2021 00:29:25 +0000 Subject: [PATCH] =?UTF-8?q?<=EC=98=A4=EB=A5=98=EC=88=98=EC=A0=95>=201.=20P?= =?UTF-8?q?MS=20NO=20:=20NULL=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20Base/Controller/BaseControl?= =?UTF-8?q?ler.cs=20=20-=20=20=EC=BF=A0=ED=82=A4=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/Controller/BaseController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Base/Controller/BaseController.cs b/Base/Controller/BaseController.cs index 2996c2c..d2f1e75 100644 --- a/Base/Controller/BaseController.cs +++ b/Base/Controller/BaseController.cs @@ -341,6 +341,7 @@ namespace NP.Base } Response.Cookies[suiv].Expires = DateTime.Now.AddDays(-1); Response.Cookies[suitv].Expires = DateTime.Now.AddDays(-1); + Response.Cookies[SUIFCROOM].Expires = DateTime.Now.AddDays(-1); Response.Cookies[SUIFTCROOM].Expires = DateTime.Now.AddDays(-1); } else