private void logIn(bool hideWarnings) { NonLiveInstallationStatics.SetIntermediateAuthenticationCookie(); AppRequestState.Instance.IntermediateUserExists = true; if (hideWarnings) { NonLiveInstallationStatics.SetWarningsHiddenCookie(); } }
private void handleAuthenticateRequest(object sender, EventArgs e) { RequestState.IntermediateUserExists = NonLiveInstallationStatics.IntermediateAuthenticationCookieExists(); }