コード例 #1
0
ファイル: Global.asax.cs プロジェクト: luozhiyong520/CMS
        void Application_AuthenticateRequest(object sender, EventArgs e)
        {
            HttpApplication app = (HttpApplication)sender;

            if (app != null)
            {
                FormsPrincipal <CookiesModel> .SetFomrsIdentityUserData();
            }
        }