2 references to CookiesSupported
System.Web (2)
Security\FormsAuthentication.cs (2)
583if ( CookiesSupported || // Cookies-supported: Most common scenario 588if (!CookiesSupported) {// Make sure the URL is relative, if we are using cookieless.