using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace CZFW.CMS.Web.App_Code { public class WebContants { public static readonly string USER_SESSION_KEY = "site_user"; } }