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