From 84a54652480b9f5e8e1557eb38455f06e4d5c293 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Tue, 27 Apr 2021 07:49:39 +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=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83?= =?UTF-8?q?=EC=8B=9C=20=EC=BF=A0=ED=82=A4=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/Controller/BaseController.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Base/Controller/BaseController.cs b/Base/Controller/BaseController.cs index d9d602d..2996c2c 100644 --- a/Base/Controller/BaseController.cs +++ b/Base/Controller/BaseController.cs @@ -335,9 +335,13 @@ namespace NP.Base { Response.Cookies[SUIFCROOM].Value = null; } + if (Request.Cookies[SUIFTCROOM] != null) + { + Response.Cookies[SUIFTCROOM].Value = null; + } 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 {