Esempio n. 1
0
        public static void RemoveWebUserInfo()
        {
            var value = SessionCookieUtility.GetCookie(Constant.WebCookieKey);

            if (value.IsNotEmpty())
            {
                SessionCookieUtility.RemoveCookie(Constant.WebCookieKey);
            }
        }
Esempio n. 2
0
 public static void RemoveSysCookie()
 {
     SessionCookieUtility.RemoveCookie(Constant.SysCookieKey);
 }