HttpCookiesSection::HttpOnlyCookies Property
Gets or sets a value indicating whether the support for the browser's HttpOnly cookie is enabled.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute(L"httpOnlyCookies", DefaultValue = false)] public: property bool HttpOnlyCookies { bool get (); void set (bool value); }
Property Value
Type: System::Booleantrue if support for the HttpOnly cookie is enabled; otherwise, false. The default is false.
The httpCookies element supports the use of HttpOnly cookies. HttpOnly cookies (cookies with the HttpOnly attribute) were introduced in Internet Explorer 6 to help mitigate the risk of cross-site scripting. The HttpOnly attribute prevents cookies from being accessed through client-side script. Any information contained in an HttpOnly cookie is less likely to be disclosed to a hacker or a malicious Web site. For more information, search MSDN (msdn.microsoft.com) for "HttpOnly."
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.