Cookies Property (.NET)

 

Type: Boolean

 

Returns whether the browser supports the ability to accept cookies. Note: If the user’s browser does support cookies, but the user has disabled them, this property still returns True. See the CookiesEnabled property to learn how to detect disabled cookies.

 

C# Example:

<html>Cookies support (regardless if disabled):

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.Cookies);

%>

</html>

 

See Also:

SessionCookies Property (.NET)

PersistentCookies Property (.NET)