2 references to ContainsNonShareableCookies
System.Web (2)
HttpResponse.cs (1)
3510if (!Request.IsSecureConnection && ContainsNonShareableCookies() && Cache.GetCacheability() == HttpCacheability.Public) {
OutputCacheModule.cs (1)
1112if (response.ContainsNonShareableCookies()) {