private void logIn(bool hideWarnings)
 {
     NonLiveInstallationStatics.SetIntermediateAuthenticationCookie();
     AppRequestState.Instance.IntermediateUserExists = true;
     if (hideWarnings)
     {
         NonLiveInstallationStatics.SetWarningsHiddenCookie();
     }
 }
Пример #2
0
 private void handleAuthenticateRequest(object sender, EventArgs e)
 {
     RequestState.IntermediateUserExists = NonLiveInstallationStatics.IntermediateAuthenticationCookieExists();
 }