Exemplo n.º 1
0
        void Application_AuthenticateRequest(object sender, EventArgs e)
        {
            HttpApplication app = (HttpApplication)sender;

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