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